summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/3.4.4
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-02 23:47:29 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-02 23:47:29 +0000
commitb7094a31ca2e0ec695b92d204fe2e048d0e8872e (patch)
tree188b80d2b04f7705a109e0a7eb156170efbdc231 /toolchain/gcc/3.4.4
parentc4f10a81ae9e3654d338c8a13d097866c27a7891 (diff)
downloadbuildroot-novena-b7094a31ca2e0ec695b92d204fe2e048d0e8872e.tar.gz
buildroot-novena-b7094a31ca2e0ec695b92d204fe2e048d0e8872e.zip
add missing hunk for clocale=uclibc support in libstdc++ configure
Diffstat (limited to 'toolchain/gcc/3.4.4')
-rw-r--r--toolchain/gcc/3.4.4/200-uclibc-locale.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/toolchain/gcc/3.4.4/200-uclibc-locale.patch b/toolchain/gcc/3.4.4/200-uclibc-locale.patch
index 3fc4900b0..a97f22b49 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