aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-02-08 12:57:27 +0000
committerMike Frysinger <vapier@gentoo.org>2010-02-08 12:57:27 +0000
commit7c1639b3de71c5beaa67174021c7ab2c3b966583 (patch)
treebbb99dd0c6388e53bb4f294c67b65846cd30b1ad /4.4.3/uclibc/90_all_100-uclibc-conf.patch
parentadd fix from upstream for PR42113 #300311 (diff)
downloadgcc-patches-7c1639b3de71c5beaa67174021c7ab2c3b966583.tar.gz
gcc-patches-7c1639b3de71c5beaa67174021c7ab2c3b966583.tar.bz2
gcc-patches-7c1639b3de71c5beaa67174021c7ab2c3b966583.zip
initial 4.4.3 patchset based on last 4.4.2 patchset
Diffstat (limited to '4.4.3/uclibc/90_all_100-uclibc-conf.patch')
-rw-r--r--4.4.3/uclibc/90_all_100-uclibc-conf.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/4.4.3/uclibc/90_all_100-uclibc-conf.patch b/4.4.3/uclibc/90_all_100-uclibc-conf.patch
new file mode 100644
index 0000000..cca8c82
--- /dev/null
+++ b/4.4.3/uclibc/90_all_100-uclibc-conf.patch
@@ -0,0 +1,33 @@
+--- gcc/gcc/config/--- gcc/contrib/regression/objs-gcc.sh
++++ gcc/contrib/regression/objs-gcc.sh
+@@ -105,6 +105,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
+--- gcc/libjava/classpath/ltconfig
++++ gcc/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