diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2009-02-18 18:11:04 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2009-02-18 18:11:04 +0000 |
commit | 77ea892b78fd78bff3a3ca67ccd1a49c33a1b8a1 (patch) | |
tree | 89b3b50233e7c09650140245df7bcd1f4708ffe4 /toolchain/gcc/patches/4.1.2/900-c++_fixes.patch | |
parent | d82a2138b4391df3168947608f27078040239bde (diff) | |
download | upstream-77ea892b78fd78bff3a3ca67ccd1a49c33a1b8a1.tar.gz upstream-77ea892b78fd78bff3a3ca67ccd1a49c33a1b8a1.tar.bz2 upstream-77ea892b78fd78bff3a3ca67ccd1a49c33a1b8a1.zip |
gcc: refresh patches for gcc 4.1.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14554 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/patches/4.1.2/900-c++_fixes.patch')
-rw-r--r-- | toolchain/gcc/patches/4.1.2/900-c++_fixes.patch | 10 |
1 files changed, 4 insertions, 6 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 index 173c6e2fa5..c333ab36d5 100644 --- a/toolchain/gcc/patches/4.1.2/900-c++_fixes.patch +++ b/toolchain/gcc/patches/4.1.2/900-c++_fixes.patch @@ -1,7 +1,6 @@ -diff -ur gcc.old/libstdc++-v3/configure gcc.dev/libstdc++-v3/configure ---- gcc.old/libstdc++-v3/configure 2006-06-29 23:26:47.000000000 +0200 -+++ gcc.dev/libstdc++-v3/configure 2006-06-05 15:48:03.000000000 +0200 -@@ -5745,7 +5745,7 @@ +--- 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 @@ -10,7 +9,7 @@ diff -ur gcc.old/libstdc++-v3/configure gcc.dev/libstdc++-v3/configure *) { { 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 +6525,6 @@ +@@ -6524,23 +6524,6 @@ echo $ECHO_N "checking for enabled long echo "${ECHO_T}$enable_long_long" >&6 @@ -34,4 +33,3 @@ diff -ur gcc.old/libstdc++-v3/configure gcc.dev/libstdc++-v3/configure # Test wchar.h for mbstate_t, which is needed for char_traits and fpos. for ac_header in wchar.h - |