diff options
| author | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-27 15:38:51 +0000 | 
|---|---|---|
| committer | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-27 15:38:51 +0000 | 
| commit | e1c96f6b4462d135511f53a0ff8557cbe27da596 (patch) | |
| tree | eaa4c0064c15e82ceb408f3bb2664dce6da5efa4 | |
| parent | 1bd395156bbd03ababfb76e56296d27b6e05f0ab (diff) | |
patch breaks wchar_t-support in libstdc++ since a needless autoconf was disabled (r15345)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15445 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | toolchain/gcc/patches/4.1.2/900-c++_fixes.patch | 35 | 
1 files changed, 0 insertions, 35 deletions
diff --git a/toolchain/gcc/patches/4.1.2/900-c++_fixes.patch b/toolchain/gcc/patches/4.1.2/900-c++_fixes.patch deleted file mode 100644 index c333ab36d..000000000 --- a/toolchain/gcc/patches/4.1.2/900-c++_fixes.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- a/libstdc++-v3/configure -+++ b/libstdc++-v3/configure -@@ -5745,7 +5745,7 @@ if test "${enable_clocale+set}" = set; t -   enableval="$enable_clocale" -  -       case "$enableval" in --       generic|gnu|ieee_1003.1-2001|uclibc|yes|no|auto) ;; -+       generic|gnu|ieee_1003.1-2001|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; }; } ;; -@@ -6524,23 +6524,6 @@ echo $ECHO_N "checking for enabled long  - 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; -- -- -   # Test wchar.h for mbstate_t, which is needed for char_traits and fpos. -  - for ac_header in wchar.h  | 
