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

« back to all changes in this revision

Viewing changes to .svn/pristine/43/4398137c6af4a5ed35be5019799fa3b4c604540b.svn-base

  • 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:
 
1
# DP: Traditional GNU systems don't have a /usr directory.  However, Debian
 
2
# DP: systems do, and we support both having a /usr -> . symlink, and having a
 
3
# DP: /usr directory like the other ports.  So this patch should NOT go
 
4
# DP: upstream.
 
5
 
 
6
---
 
7
 config.gcc |    2 +-
 
8
 1 file changed, 1 insertion(+), 1 deletion(-)
 
9
 
 
10
--- a/src/gcc/config.gcc        (r�vision 182461)
 
11
+++ b/src/gcc/config.gcc        (copie de travail)
 
12
@@ -583,7 +583,7 @@
 
13
     *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-kopensolaris*-gnu)
 
14
       :;;
 
15
     *-*-gnu*)
 
16
-      native_system_header_dir=/include
 
17
+      # native_system_header_dir=/include
 
18
       ;;
 
19
   esac
 
20
   # glibc / uclibc / bionic switch.