summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-4.0.2/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-4.0.2/zecke-xgcc-cpp.patch
parent25ba1e57507f5a0b8b8163551aab626d80f16b6e (diff)
parentd9894509a7e38a1259feb1963388d6c22d2fe62a (diff)
merge of a2b72038a75fbaa0877614758b62b3787a0937a4
and ade4046c4fc13b91526f334d6ca6f33972b6ff8c
Diffstat (limited to 'packages/gcc/gcc-4.0.2/zecke-xgcc-cpp.patch')
-rw-r--r--packages/gcc/gcc-4.0.2/zecke-xgcc-cpp.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/gcc/gcc-4.0.2/zecke-xgcc-cpp.patch b/packages/gcc/gcc-4.0.2/zecke-xgcc-cpp.patch
new file mode 100644
index 0000000000..ba7d7257d9
--- /dev/null
+++ b/packages/gcc/gcc-4.0.2/zecke-xgcc-cpp.patch
@@ -0,0 +1,12 @@
+Index: gcc-4.0.2/Makefile.in
+===================================================================
+--- gcc-4.0.2.orig/Makefile.in 2006-08-06 13:17:09.000000000 +0200
++++ gcc-4.0.2/Makefile.in 2006-08-06 13:18:35.000000000 +0200
+@@ -197,6 +197,7 @@
+ 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; \
+ CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \
+ CPPFLAGS="$(CPPFLAGS_FOR_TARGET)"; export CPPFLAGS; \
+ CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \