diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-08-21 15:44:29 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-08-21 15:44:29 +0000 |
commit | 1a29e9f0e4f2b31e0c668b7a4daa6ca436119a10 (patch) | |
tree | 2ac29c58a1d67ac30fe3aa3786f14d62d177d9ed /packages/gcc/gcc-4.3.1/zecke-xgcc-cpp.patch | |
parent | dd5d2d7643d4dab3b88d2fdf85df726c37af0982 (diff) | |
parent | e295c6669417f74e0127fcce8a80627a1c042ef3 (diff) |
merge of '7ba62c1bc5f5f44c638e1e5f4805429a188ca3a6'
and 'a211067fbce0623d7710d98f40f12ce3a2247ecf'
Diffstat (limited to 'packages/gcc/gcc-4.3.1/zecke-xgcc-cpp.patch')
-rw-r--r-- | packages/gcc/gcc-4.3.1/zecke-xgcc-cpp.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/gcc/gcc-4.3.1/zecke-xgcc-cpp.patch b/packages/gcc/gcc-4.3.1/zecke-xgcc-cpp.patch index 3ccd124764..ec6e0af937 100644 --- a/packages/gcc/gcc-4.3.1/zecke-xgcc-cpp.patch +++ b/packages/gcc/gcc-4.3.1/zecke-xgcc-cpp.patch @@ -2,15 +2,15 @@ upstream: n/a comment: Use the preprocessor we have just compiled instead the one of the system. There might be incompabilities between us and them. -Index: gcc-4.1.1/Makefile.in +Index: gcc-4.3.1/Makefile.in =================================================================== ---- gcc-4.1.1.orig/Makefile.in 2006-08-06 13:32:44.000000000 +0200 -+++ gcc-4.1.1/Makefile.in 2006-08-06 13:32:46.000000000 +0200 -@@ -194,6 +194,7 @@ +--- gcc-4.3.1.orig/Makefile.in 2008-08-19 01:09:56.000000000 -0700 ++++ gcc-4.3.1/Makefile.in 2008-08-19 01:13:27.000000000 -0700 +@@ -204,6 +204,7 @@ + AR="$(AR_FOR_TARGET)"; export AR; \ AS="$(COMPILER_AS_FOR_TARGET)"; export AS; \ CC="$(CC_FOR_TARGET)"; export CC; \ - CFLAGS="$(CFLAGS_FOR_TARGET)"; export CFLAGS; \ + CPP="$(CC_FOR_TARGET) -E"; export CPP; \ + CFLAGS="$(CFLAGS_FOR_TARGET) $(SYSROOT_CFLAGS_FOR_TARGET) $(DEBUG_PREFIX_CFLAGS_FOR_TARGET)"; export CFLAGS; \ CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \ CPPFLAGS="$(CPPFLAGS_FOR_TARGET)"; export CPPFLAGS; \ - CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \ |