aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.3.5/100-uclibc-conf.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-07-02 07:43:26 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-07-02 07:43:26 +0000
commit4fbc50d89a2d97cd1d4b2537a29cd6b2f85b3d48 (patch)
tree5bbb84c84b1900a136e402db910673080932898c /toolchain/gcc/patches/4.3.5/100-uclibc-conf.patch
parent5f397b16ef44c1338c447a8e24a1b9f51a3c51d8 (diff)
downloadupstream-4fbc50d89a2d97cd1d4b2537a29cd6b2f85b3d48.tar.gz
upstream-4fbc50d89a2d97cd1d4b2537a29cd6b2f85b3d48.tar.bz2
upstream-4fbc50d89a2d97cd1d4b2537a29cd6b2f85b3d48.zip
nuke support for older gcc versions, except for 4.4.6 (needed for avr32 and ubicom32)
SVN-Revision: 27351
Diffstat (limited to 'toolchain/gcc/patches/4.3.5/100-uclibc-conf.patch')
-rw-r--r--toolchain/gcc/patches/4.3.5/100-uclibc-conf.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/toolchain/gcc/patches/4.3.5/100-uclibc-conf.patch b/toolchain/gcc/patches/4.3.5/100-uclibc-conf.patch
deleted file mode 100644
index 4ae70b8d0a..0000000000
--- a/toolchain/gcc/patches/4.3.5/100-uclibc-conf.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- a/contrib/regression/objs-gcc.sh
-+++ b/contrib/regression/objs-gcc.sh
-@@ -105,6 +105,10 @@ if [ $H_REAL_TARGET = $H_REAL_HOST -a $H
- then
- make all-gdb all-dejagnu all-ld || exit 1
- make install-gdb install-dejagnu install-ld || exit 1
-+elif [ $H_REAL_TARGET = $H_REAL_HOST -a $H_REAL_TARGET = i686-pc-linux-uclibc ]
-+ then
-+ make all-gdb all-dejagnu all-ld || exit 1
-+ make install-gdb install-dejagnu install-ld || exit 1
- elif [ $H_REAL_TARGET = $H_REAL_HOST ] ; then
- make bootstrap || exit 1
- make install || exit 1
---- a/libjava/classpath/ltconfig
-+++ b/libjava/classpath/ltconfig
-@@ -603,7 +603,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-
-
- # Transform linux* to *-*-linux-gnu*, to support old configure scripts.
- case $host_os in
--linux-gnu*) ;;
-+linux-gnu*|linux-uclibc*) ;;
- linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
- esac
-
-@@ -1251,7 +1251,7 @@ linux-gnuoldld* | linux-gnuaout* | linux
- ;;
-
- # This must be Linux ELF.
--linux-gnu*)
-+linux*)
- version_type=linux
- need_lib_prefix=no
- need_version=no