~ubuntu-branches/debian/sid/gcc-4.8/sid

« back to all changes in this revision

Viewing changes to debian/rules.patch

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-12-19 19:48:34 UTC
  • Revision ID: package-import@ubuntu.com-20141219194834-4dz1q7rrn5pad823
Tags: 4.8.4-1
* GCC 4.8.4 release.
  - Fix PR target/61407 (darwin), PR middle-end/58624 (ice),
    PR sanitizer/64265 (wrong code).
* Require recent binutils to pass go test failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# which patches should be applied?
14
14
 
15
15
debian_patches = \
16
 
        svn-updates \
17
16
        $(if $(with_linaro_branch),pr49423-revert) \
18
17
        $(if $(with_linaro_branch),pr61208-revert) \
19
18
        $(if $(with_linaro_branch),pr59593-revert) \
20
19
        $(if $(with_linaro_branch),gcc-linaro) \
21
20
        $(if $(with_linaro_branch),gcc-linaro-no-local) \
22
21
 
 
22
#       svn-updates \
 
23
 
23
24
# FIXME: pr61208 requires Linaro 4.9-2014.04.
24
25
#       $(if $(with_linaro_branch),pr61208-linaro) \
25
26