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

« back to all changes in this revision

Viewing changes to .svn/pristine/63/633ebce4f5deb6a8a150fc4b5678adc56c4ae1eb.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: Fix cross building a native compiler.
 
2
 
 
3
--- a/src/gcc/configure.ac~     2013-06-11 18:34:36.757067080 +0200
 
4
+++ b/src/gcc/configure.ac      2013-06-11 22:51:47.340892778 +0200
 
5
@@ -1519,7 +1519,7 @@
 
6
        *) realsrcdir=../${srcdir};;
 
7
        esac
 
8
        saved_CFLAGS="${CFLAGS}"
 
9
-       CC="${CC_FOR_BUILD}" CFLAGS="${CFLAGS_FOR_BUILD}" \
 
10
+       CC="${CC_FOR_BUILD}" CFLAGS="${CFLAGS_FOR_BUILD} -DGENERATOR_FILE" \
 
11
        LDFLAGS="${LDFLAGS_FOR_BUILD}" \
 
12
        ${realsrcdir}/configure \
 
13
                --enable-languages=${enable_languages-all} \