diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-02-18 00:25:58 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-02-18 00:25:58 +0000 |
commit | 632f5de2cc8377e4856c5062f3c7c863b090766e (patch) | |
tree | 40485189afc521b827fee1ca7d8170552f95ee76 | |
parent | 701691dd6d5b1a6c129c455730026ee726d16508 (diff) |
gcc: add upstream comments to three more, otherwise identical patches.
* complimentary to 4b9bf269fccb2d8469b9d1ccfe6d73ac060a6b29
* "upstream: n/a" should really have a more verbose explanation
is it a hack, is upstream being a d0rk, did you try but failed?
-rw-r--r-- | packages/gcc/gcc-4.1.1/zecke-xgcc-cpp.patch | 4 | ||||
-rw-r--r-- | packages/gcc/gcc-4.1.2/zecke-xgcc-cpp.patch | 4 | ||||
-rw-r--r-- | packages/gcc/gcc-4.2.2/zecke-xgcc-cpp.patch | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/packages/gcc/gcc-4.1.1/zecke-xgcc-cpp.patch b/packages/gcc/gcc-4.1.1/zecke-xgcc-cpp.patch index 42ec190600..921cab6e18 100644 --- a/packages/gcc/gcc-4.1.1/zecke-xgcc-cpp.patch +++ b/packages/gcc/gcc-4.1.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 diff --git a/packages/gcc/gcc-4.1.2/zecke-xgcc-cpp.patch b/packages/gcc/gcc-4.1.2/zecke-xgcc-cpp.patch index 42ec190600..921cab6e18 100644 --- a/packages/gcc/gcc-4.1.2/zecke-xgcc-cpp.patch +++ b/packages/gcc/gcc-4.1.2/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 diff --git a/packages/gcc/gcc-4.2.2/zecke-xgcc-cpp.patch b/packages/gcc/gcc-4.2.2/zecke-xgcc-cpp.patch index 42ec190600..921cab6e18 100644 --- a/packages/gcc/gcc-4.2.2/zecke-xgcc-cpp.patch +++ b/packages/gcc/gcc-4.2.2/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 |