diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-11 06:05:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-11 06:05:48 +0000 |
commit | 32a9d9ead8476e3804f90799f965aabc8cd62eab (patch) | |
tree | 67f15d74c5591d5f452810126f36e6edf06a6f82 /toolchain/gcc/4.1.0/200-uclibc-locale.patch | |
parent | e823630d6c7682cf9b6eba2c78e8c2f82da1184c (diff) | |
download | buildroot-novena-32a9d9ead8476e3804f90799f965aabc8cd62eab.tar.gz buildroot-novena-32a9d9ead8476e3804f90799f965aabc8cd62eab.zip |
remove hunk that doesnt belong (see Gentoo Bug 125395)
Diffstat (limited to 'toolchain/gcc/4.1.0/200-uclibc-locale.patch')
-rw-r--r-- | toolchain/gcc/4.1.0/200-uclibc-locale.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/toolchain/gcc/4.1.0/200-uclibc-locale.patch b/toolchain/gcc/4.1.0/200-uclibc-locale.patch index b10b92c92..9ae074773 100644 --- a/toolchain/gcc/4.1.0/200-uclibc-locale.patch +++ b/toolchain/gcc/4.1.0/200-uclibc-locale.patch @@ -3075,28 +3075,6 @@ diff -urN gcc-4.1.0/libstdc++-v3/configure gcc-4.1.0-patched/libstdc++-v3/config esac # This is where the testsuite looks for locale catalogs, using the -@@ -7686,21 +7764,6 @@ - echo "${ECHO_T}$enable_long_long" >&6 - - -- # Check whether --enable-wchar_t or --disable-wchar_t was given. --if test "${enable_wchar_t+set}" = set; then -- enableval="$enable_wchar_t" -- -- case "$enableval" in -- yes|no) ;; -- *) { { echo "$as_me:$LINENO: error: Argument to enable/disable wchar_t must be yes or no" >&5 --echo "$as_me: error: Argument to enable/disable wchar_t must be yes or no" >&2;} -- { (exit 1); exit 1; }; } ;; -- esac -- --else -- enable_wchar_t=yes --fi; -- - if test x"$ac_c99_wchar" = x"yes" && test x"$enable_wchar_t" = x"yes"; then - - cat >>confdefs.h <<\_ACEOF diff -urN gcc-4.1.0/libstdc++-v3/configure.host gcc-4.1.0-patched/libstdc++-v3/configure.host --- gcc-4.1.0/libstdc++-v3/configure.host 2005-01-13 16:48:14.000000000 -0600 +++ gcc-4.1.0-patched/libstdc++-v3/configure.host 2005-04-30 19:36:16.996885833 -0500 |