X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/7116227ceeb920fbd0d211f43a7323461d338372..a259e0363dfaf5460477f34ee5213135e8c5133d:/toolchain/gcc/patches/4.5-linaro/301-missing-execinfo_h.patch diff --git a/toolchain/gcc/patches/4.5-linaro/301-missing-execinfo_h.patch b/toolchain/gcc/patches/4.5-linaro/301-missing-execinfo_h.patch new file mode 100644 index 000000000..b3f1e68d3 --- /dev/null +++ b/toolchain/gcc/patches/4.5-linaro/301-missing-execinfo_h.patch @@ -0,0 +1,11 @@ +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h +@@ -503,7 +503,7 @@ GC_API GC_PTR GC_malloc_atomic_ignore_of + #if defined(__linux__) || defined(__GLIBC__) + # include + # 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