diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-10-21 14:32:09 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-10-21 14:32:09 +0000 |
commit | 97d2d1f90fe0a81fe6615c7e87f21cf6f26af4ca (patch) | |
tree | 82e03a50132716f79a5365b8c50df870a86599d8 /toolchain/gcc/patches/4.4.0/100-uclibc-conf.patch | |
parent | 903704d98becc30fd30f79db97e4db2d8912b408 (diff) | |
download | upstream-97d2d1f90fe0a81fe6615c7e87f21cf6f26af4ca.tar.gz upstream-97d2d1f90fe0a81fe6615c7e87f21cf6f26af4ca.tar.bz2 upstream-97d2d1f90fe0a81fe6615c7e87f21cf6f26af4ca.zip |
get rid of gcc-4.4.0 support
SVN-Revision: 18115
Diffstat (limited to 'toolchain/gcc/patches/4.4.0/100-uclibc-conf.patch')
-rw-r--r-- | toolchain/gcc/patches/4.4.0/100-uclibc-conf.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/toolchain/gcc/patches/4.4.0/100-uclibc-conf.patch b/toolchain/gcc/patches/4.4.0/100-uclibc-conf.patch deleted file mode 100644 index 7c6b791162..0000000000 --- a/toolchain/gcc/patches/4.4.0/100-uclibc-conf.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- a/contrib/regression/objs-gcc.sh -+++ b/contrib/regression/objs-gcc.sh -@@ -106,6 +106,10 @@ - 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 @@ - - # 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 @@ - ;; - - # This must be Linux ELF. --linux-gnu*) -+linux*) - version_type=linux - need_lib_prefix=no - need_version=no |