summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.1.1/900-c++_fixes.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-28 17:52:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-28 17:52:00 +0000
commit92f558c4bea9f0dbcae26c34e73b27a1d2edfb4c (patch)
tree61aad63afab7dd49ad416731b75d27d360843c24 /toolchain/gcc/patches/4.1.1/900-c++_fixes.patch
parente172d1c9eaa899b96dc0799a3d002b40bea725e4 (diff)
downloadmaster-31e0f0ae-92f558c4bea9f0dbcae26c34e73b27a1d2edfb4c.tar.gz
master-31e0f0ae-92f558c4bea9f0dbcae26c34e73b27a1d2edfb4c.tar.bz2
master-31e0f0ae-92f558c4bea9f0dbcae26c34e73b27a1d2edfb4c.zip
Nuke lots of obsolete compiler versions Make gcc4 depend on !LINUX_2_4 - I'm getting sick of seeing people complain about compile errors when trying to build brcm-2.4 with it.
SVN-Revision: 6744
Diffstat (limited to 'toolchain/gcc/patches/4.1.1/900-c++_fixes.patch')
-rw-r--r--toolchain/gcc/patches/4.1.1/900-c++_fixes.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/toolchain/gcc/patches/4.1.1/900-c++_fixes.patch b/toolchain/gcc/patches/4.1.1/900-c++_fixes.patch
deleted file mode 100644
index 173c6e2fa5..0000000000
--- a/toolchain/gcc/patches/4.1.1/900-c++_fixes.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-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 @@
- 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 +6525,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;
--
--
- # Test wchar.h for mbstate_t, which is needed for char_traits and fpos.
-
- for ac_header in wchar.h
-