From: Mike Frysinger Date: Thu, 2 Jun 2005 23:47:29 +0000 (-0000) Subject: add missing hunk for clocale=uclibc support in libstdc++ configure X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b7094a31ca2e0ec695b92d204fe2e048d0e8872e;p=buildroot.git add missing hunk for clocale=uclibc support in libstdc++ configure --- diff --git a/toolchain/gcc/3.4.2/200-uclibc-locale.patch b/toolchain/gcc/3.4.2/200-uclibc-locale.patch index 3fc4900b06..a97f22b49a 100644 --- a/toolchain/gcc/3.4.2/200-uclibc-locale.patch +++ b/toolchain/gcc/3.4.2/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 diff --git a/toolchain/gcc/3.4.3/200-uclibc-locale.patch b/toolchain/gcc/3.4.3/200-uclibc-locale.patch index 3fc4900b06..a97f22b49a 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 diff --git a/toolchain/gcc/3.4.4/200-uclibc-locale.patch b/toolchain/gcc/3.4.4/200-uclibc-locale.patch index 3fc4900b06..a97f22b49a 100644 --- a/toolchain/gcc/3.4.4/200-uclibc-locale.patch +++ b/toolchain/gcc/3.4.4/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