summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-csl-arm/zecke-xgcc-cpp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-csl-arm/zecke-xgcc-cpp.patch')
-rw-r--r--meta/recipes-devtools/gcc/gcc-csl-arm/zecke-xgcc-cpp.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-csl-arm/zecke-xgcc-cpp.patch b/meta/recipes-devtools/gcc/gcc-csl-arm/zecke-xgcc-cpp.patch
deleted file mode 100644
index b06de5458b..0000000000
--- a/meta/recipes-devtools/gcc/gcc-csl-arm/zecke-xgcc-cpp.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1Upstream-Status: Inappropriate [embedded specific]
2upstream: n/a
3comment: Use the preprocessor we have just compiled instead the one of
4the system. There might be incompabilities between us and them.
5
6Index: gcc-4.1.1/Makefile.in
7===================================================================
8--- gcc-4.1.1.orig/Makefile.in 2006-08-06 13:32:44.000000000 +0200
9+++ gcc-4.1.1/Makefile.in 2006-08-06 13:32:46.000000000 +0200
10@@ -194,6 +194,7 @@
11 AS="$(COMPILER_AS_FOR_TARGET)"; export AS; \
12 CC="$(CC_FOR_TARGET)"; export CC; \
13 CFLAGS="$(CFLAGS_FOR_TARGET)"; export CFLAGS; \
14+ CPP="$(CC_FOR_TARGET) -E"; export CCP; \
15 CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \
16 CPPFLAGS="$(CPPFLAGS_FOR_TARGET)"; export CPPFLAGS; \
17 CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \