diff options
author | Holger Freyther <zecke@selfish.org> | 2008-02-17 21:37:25 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2008-02-17 21:37:25 +0000 |
commit | 1b1d31889caebc06e4a140011ee41db4b2f4c989 (patch) | |
tree | 53960b0cd05751e81ec5971a2a11d7cc84d56ac0 /packages/gcc | |
parent | 813b702be534bd460e69c32ac4671e8be7573204 (diff) |
packages/gcc/gcc-4.2.1/zecke-xgcc-cpp.patch: When cross compiling we want to use gcc's cpp for the cross compiled headers
Diffstat (limited to 'packages/gcc')
-rw-r--r-- | packages/gcc/gcc-4.2.1/zecke-xgcc-cpp.patch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/gcc/gcc-4.2.1/zecke-xgcc-cpp.patch b/packages/gcc/gcc-4.2.1/zecke-xgcc-cpp.patch index 42ec190600..921cab6e18 100644 --- a/packages/gcc/gcc-4.2.1/zecke-xgcc-cpp.patch +++ b/packages/gcc/gcc-4.2.1/zecke-xgcc-cpp.patch @@ -1,3 +1,7 @@ +upstream: n/a +comment: Use the preprocessor we have just compiled instead the one of +the system. There might be incompabilities between us and them. + Index: gcc-4.1.1/Makefile.in =================================================================== --- gcc-4.1.1.orig/Makefile.in 2006-08-06 13:32:44.000000000 +0200 |