From b7094a31ca2e0ec695b92d204fe2e048d0e8872e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 2 Jun 2005 23:47:29 +0000 Subject: add missing hunk for clocale=uclibc support in libstdc++ configure --- toolchain/gcc/3.4.3/200-uclibc-locale.patch | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'toolchain/gcc/3.4.3') diff --git a/toolchain/gcc/3.4.3/200-uclibc-locale.patch b/toolchain/gcc/3.4.3/200-uclibc-locale.patch index 3fc4900b0..a97f22b49 100644 --- a/toolchain/gcc/3.4.3/200-uclibc-locale.patch +++ b/toolchain/gcc/3.4.3/200-uclibc-locale.patch @@ -3002,6 +3002,15 @@ diff -urN gcc-3.4.2-dist/libstdc++-v3/configure gcc-3.4.2/libstdc++-v3/configure netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$' +@@ -5479,7 +5479,7 @@ + enableval="$enable_clocale" + + case "$enableval" in +- generic|gnu|ieee_1003.1-2001|yes|no|auto) ;; ++ generic|gnu|ieee_1003.1-2001|uclibc|yes|no|auto) ;; + *) { { echo "$as_me:$LINENO: error: Unknown argument to enable/disable clocale" >&5 + echo "$as_me: error: Unknown argument to enable/disable clocale" >&2;} + { (exit 1); exit 1; }; } ;; @@ -5545,6 +5550,9 @@ # Default to "generic". if test $enable_clocale_flag = auto; then -- cgit v1.2.3