diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-08-21 05:39:05 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-08-21 05:39:05 +0000 |
commit | 3a56781ae85676880a7aaebf2fa389c0b719db6b (patch) | |
tree | a558a6a9c67f985f433dd9ff22ad58615b7bdac6 /packages/gcc/gcc-4.3.1/zecke-xgcc-cpp.patch | |
parent | 82ca407ddec93623fee1d99f1605ba2417ce9204 (diff) | |
parent | 9d462af468702d05059a69f3f3e39a889a7d1b77 (diff) |
merge of '1371b0ca0c9196fb79d60d8e403105033c23e823'
and '7fd89d0a8aadce9435062c2d2b53220149205926'
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; \ |