diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-03-04 22:56:04 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-03-04 22:56:04 +0000 |
commit | 1772045f66221f1dcc0cc5dba5adc862a280141a (patch) | |
tree | 2a15530e9d25cd6dacd4df5203ed5a405b3cfda5 /patches/gcc/4.1.2/301-missing-execinfo_h.patch | |
parent | 28519997cb12e5f99bc83c8c221528fdd2e525fb (diff) | |
download | crosstool-ng-1772045f66221f1dcc0cc5dba5adc862a280141a.tar.gz crosstool-ng-1772045f66221f1dcc0cc5dba5adc862a280141a.tar.bz2 crosstool-ng-1772045f66221f1dcc0cc5dba5adc862a280141a.zip |
Add gcc-4.1.2 and update associated patches.
Diffstat (limited to 'patches/gcc/4.1.2/301-missing-execinfo_h.patch')
-rw-r--r-- | patches/gcc/4.1.2/301-missing-execinfo_h.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/gcc/4.1.2/301-missing-execinfo_h.patch b/patches/gcc/4.1.2/301-missing-execinfo_h.patch index 0e2092f3..a1bfddb2 100644 --- a/patches/gcc/4.1.2/301-missing-execinfo_h.patch +++ b/patches/gcc/4.1.2/301-missing-execinfo_h.patch @@ -1,5 +1,5 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +--- gcc-4.1.2.orig/boehm-gc/include/gc.h 2005-01-02 04:35:57.000000000 +0100 ++++ gcc-4.1.2/boehm-gc/include/gc.h 2007-03-04 23:33:07.000000000 +0100 @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> |