aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gcc/gcc-3.4.4
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gcc/gcc-3.4.4')
-rw-r--r--packages/gcc/gcc-3.4.4/zecke-xgcc-cpp.patch2
1 files changed, 1 insertions, 1 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
index ab6a3fd771..ea3dc5f4a0 100644
--- a/packages/gcc/gcc-3.4.4/zecke-xgcc-cpp.patch
+++ b/packages/gcc/gcc-3.4.4/zecke-xgcc-cpp.patch
@@ -6,7 +6,7 @@ Index: gcc-3.4.4/Makefile.in
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; \
++ CPP="$(CC_FOR_TARGET) -E"; export CPP; \
+ CPPFLAGS=""; export CPPFLAGS; \
CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \
CPPFLAGS="$(CFLAGS_FOR_TARGET)"; export CPPFLAGS; \