diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-05 14:35:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-05 14:35:01 +0000 |
commit | af3ef82a15ac611eeea4beec92050f80839f4e5e (patch) | |
tree | 362ea1e37d29373c5ae07abab3d2bbc395a6682c /main/gcc/uclibc-getipinfo.patch | |
parent | b2140f790dc858f0e55c995227177d8428f0cc65 (diff) | |
download | aports-af3ef82a15ac611eeea4beec92050f80839f4e5e.tar.bz2 aports-af3ef82a15ac611eeea4beec92050f80839f4e5e.tar.xz |
main/gcc: moved 4.4.1 from testing to main
Diffstat (limited to 'main/gcc/uclibc-getipinfo.patch')
-rw-r--r-- | main/gcc/uclibc-getipinfo.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/main/gcc/uclibc-getipinfo.patch b/main/gcc/uclibc-getipinfo.patch new file mode 100644 index 0000000000..3abbbdd7ae --- /dev/null +++ b/main/gcc/uclibc-getipinfo.patch @@ -0,0 +1,19 @@ +--- a/libstdc++-v3/configure 2009-08-04 15:41:02.000000000 +0000 ++++ b/libstdc++-v3/configure 2009-08-04 15:46:20.000000000 +0000 +@@ -113523,14 +113523,14 @@ + # Based on system-libunwind and target, do we have ipinfo? + if test x$with_system_libunwind = xyes; then + case ${target} in +- ia64-*-*) have_unwind_getipinfo=no ;; ++ ia64-*-*|*-uclibc*) have_unwind_getipinfo=no ;; + *) have_unwind_getipinfo=yes ;; + esac + else + # Darwin before version 9 does not have _Unwind_GetIPInfo. + + case ${target} in +- *-*-darwin[3-8]|*-*-darwin[3-8].*) have_unwind_getipinfo=no ;; ++ *-*-darwin[3-8]|*-*-darwin[3-8].*|*-uclibc*) have_unwind_getipinfo=no ;; + *) have_unwind_getipinfo=yes ;; + esac + |