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

« back to all changes in this revision

Viewing changes to .svn/pristine/7d/7dd590a1fe0d0f44bb66a23c769172a6ef304f26.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
--- a/src/libphobos/configure.ac
 
2
+++ b/src/libphobos/configure.ac
 
3
@@ -239,7 +239,7 @@
 
4
 fi
 
5
 
 
6
 if test "${gdc_host}" != "${gdc_target}"; then
 
7
-    gdc_include_dir='${libdir}/gcc/${host_alias}'/${d_gcc_ver}/include/d
 
8
+    gdc_include_dir='${libdir}/gcc-cross/${host_alias}'/${d_gcc_ver}/include/d
 
9
 else
 
10
     gdc_include_dir='${prefix}'/include/d/${d_gcc_ver}
 
11
 fi