summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-3.3.4/zecke-xgcc-cpp.patch
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-08-06 13:24:40 +0000
committerHolger Freyther <zecke@selfish.org>2006-08-06 13:24:40 +0000
commit6608794e72068692b56d77db9b157df28eb691bb (patch)
tree8aa0b9cc40ec611f6369df05b6ce8e29be476cdb /packages/gcc/gcc-3.3.4/zecke-xgcc-cpp.patch
parent27900a482bcdafd387ed455e747fac95f8a74177 (diff)
parentaea3bc79a39d0a3b4589f73c7907dd6d7b62b811 (diff)
merge of 'af0f25bad53ac40966623922f300d0010d5bddcd'
and 'e01159849c30197f5d81415a84ca779aa90ee704'
Diffstat (limited to 'packages/gcc/gcc-3.3.4/zecke-xgcc-cpp.patch')
-rw-r--r--packages/gcc/gcc-3.3.4/zecke-xgcc-cpp.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/gcc/gcc-3.3.4/zecke-xgcc-cpp.patch b/packages/gcc/gcc-3.3.4/zecke-xgcc-cpp.patch
new file mode 100644
index 0000000000..d42ab6d57d
--- /dev/null
+++ b/packages/gcc/gcc-3.3.4/zecke-xgcc-cpp.patch
@@ -0,0 +1,13 @@
+Index: gcc-3.3.4/Makefile.in
+===================================================================
+--- gcc-3.3.4.orig/Makefile.in 2003-07-05 04:37:08.000000000 +0200
++++ gcc-3.3.4/Makefile.in 2006-08-06 13:00:16.000000000 +0200
+@@ -1355,6 +1355,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 CPP; \
++ CPPFLAGS=""; export CPPFLAGS; \
+ CXX="$(CXX_FOR_TARGET)"; export CXX; \
+ CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
+ GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \