summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-3.4.4/zecke-xgcc-cpp.patch
diff options
context:
space:
mode:
authorKristoffer Ericson <kristoffer_e1@hotmail.com>2006-08-08 16:36:52 +0000
committerKristoffer Ericson <kristoffer_e1@hotmail.com>2006-08-08 16:36:52 +0000
commit3edf84491e44049eecaa83f73625190694a6177e (patch)
tree30672deaaad6f2063d788e06bc5297ab17e17be5 /packages/gcc/gcc-3.4.4/zecke-xgcc-cpp.patch
parent25ba1e57507f5a0b8b8163551aab626d80f16b6e (diff)
parentd9894509a7e38a1259feb1963388d6c22d2fe62a (diff)
merge of a2b72038a75fbaa0877614758b62b3787a0937a4
and ade4046c4fc13b91526f334d6ca6f33972b6ff8c
Diffstat (limited to 'packages/gcc/gcc-3.4.4/zecke-xgcc-cpp.patch')
-rw-r--r--packages/gcc/gcc-3.4.4/zecke-xgcc-cpp.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/gcc/gcc-3.4.4/zecke-xgcc-cpp.patch b/packages/gcc/gcc-3.4.4/zecke-xgcc-cpp.patch
new file mode 100644
index 0000000000..ab6a3fd771
--- /dev/null
+++ b/packages/gcc/gcc-3.4.4/zecke-xgcc-cpp.patch
@@ -0,0 +1,13 @@
+Index: gcc-3.4.4/Makefile.in
+===================================================================
+--- gcc-3.4.4.orig/Makefile.in 2005-05-19 11:58:00.000000000 +0200
++++ gcc-3.4.4/Makefile.in 2006-08-06 13:08:14.000000000 +0200
+@@ -21964,6 +21964,8 @@
+ AS="$(AS_FOR_TARGET)"; export AS; \
+ CC="$(CC_FOR_TARGET)"; export CC; \
+ CFLAGS="$(CFLAGS_FOR_TARGET)"; export CFLAGS; \
++ CPP="$(CC_FOR_TARGET) -E"; export CCP; \
++ CPPFLAGS=""; export CPPFLAGS; \
+ CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \
+ CPPFLAGS="$(CFLAGS_FOR_TARGET)"; export CPPFLAGS; \
+ CXX_FOR_TARGET="$(RAW_CXX_FOR_TARGET)"; export CXX_FOR_TARGET; \