diff options
author | Richard Purdie <richard@openedhand.com> | 2008-03-18 10:41:39 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-03-18 10:41:39 +0000 |
commit | 1255ee64ee58fb5f0acd0bdbf4f0a54afd5ceeaf (patch) | |
tree | 293d34ede70b906b04967ac077e32a8fee4e855b /meta/packages/gcc/gcc-4.0.2/zecke-xgcc-cpp.patch | |
parent | 402c7dcb2790bd51de9436befe8c273e538be441 (diff) | |
download | poky-1255ee64ee58fb5f0acd0bdbf4f0a54afd5ceeaf.tar.gz |
gcc: Merge in the major cleanup I made in OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4038 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc/gcc-4.0.2/zecke-xgcc-cpp.patch')
-rw-r--r-- | meta/packages/gcc/gcc-4.0.2/zecke-xgcc-cpp.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/gcc/gcc-4.0.2/zecke-xgcc-cpp.patch b/meta/packages/gcc/gcc-4.0.2/zecke-xgcc-cpp.patch new file mode 100644 index 0000000000..ba7d7257d9 --- /dev/null +++ b/meta/packages/gcc/gcc-4.0.2/zecke-xgcc-cpp.patch | |||
@@ -0,0 +1,12 @@ | |||
1 | Index: gcc-4.0.2/Makefile.in | ||
2 | =================================================================== | ||
3 | --- gcc-4.0.2.orig/Makefile.in 2006-08-06 13:17:09.000000000 +0200 | ||
4 | +++ gcc-4.0.2/Makefile.in 2006-08-06 13:18:35.000000000 +0200 | ||
5 | @@ -197,6 +197,7 @@ | ||
6 | AS="$(AS_FOR_TARGET)"; export AS; \ | ||
7 | CC="$(CC_FOR_TARGET)"; export CC; \ | ||
8 | CFLAGS="$(CFLAGS_FOR_TARGET)"; export CFLAGS; \ | ||
9 | + CPP="$(CC_FOR_TARGET) -E"; export CCP; \ | ||
10 | CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \ | ||
11 | CPPFLAGS="$(CPPFLAGS_FOR_TARGET)"; export CPPFLAGS; \ | ||
12 | CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \ | ||