add another gcc version based on 4.4.3 plus the 2009q3 codesourcery patch

SVN-Revision: 19348
This commit is contained in:
Imre Kaloz
2010-01-26 18:41:22 +00:00
parent af7050699e
commit b69732ba94
14 changed files with 78761 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
--- a/boehm-gc/include/gc.h
+++ b/boehm-gc/include/gc.h
@@ -503,7 +503,7 @@
#if defined(__linux__) || defined(__GLIBC__)
# 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