diff options
author | Koen Kooi <koen@openembedded.org> | 2007-07-25 09:38:17 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-07-25 09:38:17 +0000 |
commit | 13c7e0fe360929acfa735a3fd2311fc7c3e525fb (patch) | |
tree | 29afba9430409b3a07a3eaa7ce8fe56f45323a4f /packages/gcc/gcc-4.2.1/zecke-xgcc-cpp.patch | |
parent | 18f6eeb628dac02298fbb2d26152b93a3ab6f4a1 (diff) |
gcc: 4.2.0 has a bug, so replace it with 4.2.1
* one minor uclibc patch needs to get refreshed, but we can nick that from buildroot in a few days
Diffstat (limited to 'packages/gcc/gcc-4.2.1/zecke-xgcc-cpp.patch')
-rw-r--r-- | packages/gcc/gcc-4.2.1/zecke-xgcc-cpp.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/gcc/gcc-4.2.1/zecke-xgcc-cpp.patch b/packages/gcc/gcc-4.2.1/zecke-xgcc-cpp.patch new file mode 100644 index 0000000000..42ec190600 --- /dev/null +++ b/packages/gcc/gcc-4.2.1/zecke-xgcc-cpp.patch @@ -0,0 +1,12 @@ +Index: gcc-4.1.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 @@ + 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 CCP; \ + CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \ + CPPFLAGS="$(CPPFLAGS_FOR_TARGET)"; export CPPFLAGS; \ + CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \ |