diff options
author | Holger Freyther <zecke@selfish.org> | 2006-08-06 13:24:40 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-08-06 13:24:40 +0000 |
commit | 6608794e72068692b56d77db9b157df28eb691bb (patch) | |
tree | 8aa0b9cc40ec611f6369df05b6ce8e29be476cdb /packages/gcc/gcc-3.3.3/zecke-xgcc-cpp.patch | |
parent | 27900a482bcdafd387ed455e747fac95f8a74177 (diff) | |
parent | aea3bc79a39d0a3b4589f73c7907dd6d7b62b811 (diff) |
merge of 'af0f25bad53ac40966623922f300d0010d5bddcd'
and 'e01159849c30197f5d81415a84ca779aa90ee704'
Diffstat (limited to 'packages/gcc/gcc-3.3.3/zecke-xgcc-cpp.patch')
-rw-r--r-- | packages/gcc/gcc-3.3.3/zecke-xgcc-cpp.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/gcc/gcc-3.3.3/zecke-xgcc-cpp.patch b/packages/gcc/gcc-3.3.3/zecke-xgcc-cpp.patch new file mode 100644 index 0000000000..d12562761f --- /dev/null +++ b/packages/gcc/gcc-3.3.3/zecke-xgcc-cpp.patch @@ -0,0 +1,13 @@ +Index: gcc-3.3.3/Makefile.in +=================================================================== +--- gcc-3.3.3.orig/Makefile.in 2003-07-05 04:37:08.000000000 +0200 ++++ gcc-3.3.3/Makefile.in 2006-08-06 12:57:53.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; \ |