diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-07 04:09:10 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-07 04:09:10 +0000 |
commit | 4ac0c9901f71660d811825aed20f3646fddc4ee1 (patch) | |
tree | dbf2572df1689d05d734f835ff9e9088522e0dda /packages/gcc/gcc-4.1.2/301-missing-execinfo_h.patch | |
parent | 5f8c62c20cc6dc6faede3b16726939a648906e81 (diff) | |
parent | 82f522e25a15d4a3bb992e25cf2d72524e00aee3 (diff) |
merge of '190b6a69d61b81a346fd716bd98a7dd4b0fdc441'
and '8c2c64187790bfeb1b538bae3efe7832208261af'
Diffstat (limited to 'packages/gcc/gcc-4.1.2/301-missing-execinfo_h.patch')
-rw-r--r-- | packages/gcc/gcc-4.1.2/301-missing-execinfo_h.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/gcc/gcc-4.1.2/301-missing-execinfo_h.patch b/packages/gcc/gcc-4.1.2/301-missing-execinfo_h.patch new file mode 100644 index 0000000000..0e2092f3fb --- /dev/null +++ b/packages/gcc/gcc-4.1.2/301-missing-execinfo_h.patch @@ -0,0 +1,11 @@ +--- 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 +@@ -500,7 +500,7 @@ + #ifdef __linux__ + # include <features.h> + # if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1 || __GLIBC__ > 2) \ +- && !defined(__ia64__) ++ && !defined(__ia64__) && !defined(__UCLIBC__) + # ifndef GC_HAVE_BUILTIN_BACKTRACE + # define GC_HAVE_BUILTIN_BACKTRACE + # endif |