[uClibc-cvs] svn commit: trunk/buildroot/toolchain/gcc: 3.4.2 3.4.3 3.4.4
vapier at uclibc.org
vapier at uclibc.org
Thu Jun 2 23:47:30 UTC 2005
Author: vapier
Date: 2005-06-02 17:47:29 -0600 (Thu, 02 Jun 2005)
New Revision: 10450
Log:
add missing hunk for clocale=uclibc support in libstdc++ configure
Modified:
trunk/buildroot/toolchain/gcc/3.4.2/200-uclibc-locale.patch
trunk/buildroot/toolchain/gcc/3.4.3/200-uclibc-locale.patch
trunk/buildroot/toolchain/gcc/3.4.4/200-uclibc-locale.patch
Changeset:
Modified: trunk/buildroot/toolchain/gcc/3.4.2/200-uclibc-locale.patch
===================================================================
--- trunk/buildroot/toolchain/gcc/3.4.2/200-uclibc-locale.patch 2005-06-02 07:14:02 UTC (rev 10449)
+++ trunk/buildroot/toolchain/gcc/3.4.2/200-uclibc-locale.patch 2005-06-02 23:47:29 UTC (rev 10450)
@@ -3002,6 +3002,15 @@
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
Modified: trunk/buildroot/toolchain/gcc/3.4.3/200-uclibc-locale.patch
===================================================================
--- trunk/buildroot/toolchain/gcc/3.4.3/200-uclibc-locale.patch 2005-06-02 07:14:02 UTC (rev 10449)
+++ trunk/buildroot/toolchain/gcc/3.4.3/200-uclibc-locale.patch 2005-06-02 23:47:29 UTC (rev 10450)
@@ -3002,6 +3002,15 @@
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
Modified: trunk/buildroot/toolchain/gcc/3.4.4/200-uclibc-locale.patch
===================================================================
--- trunk/buildroot/toolchain/gcc/3.4.4/200-uclibc-locale.patch 2005-06-02 07:14:02 UTC (rev 10449)
+++ trunk/buildroot/toolchain/gcc/3.4.4/200-uclibc-locale.patch 2005-06-02 23:47:29 UTC (rev 10450)
@@ -3002,6 +3002,15 @@
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
More information about the uClibc-cvs
mailing list