aboutsummaryrefslogtreecommitdiff
path: root/4.7.3
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2013-04-28 03:12:58 +0000
committerRyan Hill <rhill@gentoo.org>2013-04-28 03:12:58 +0000
commit73fb8782ca96fed6aa5925fa9802091032f6e16a (patch)
treed1fd44393e65961ae03d3d5f79681ff7dd3a3fd6 /4.7.3
parentDrop upstreamed patches. (diff)
downloadgcc-patches-73fb8782ca96fed6aa5925fa9802091032f6e16a.tar.gz
gcc-patches-73fb8782ca96fed6aa5925fa9802091032f6e16a.tar.bz2
gcc-patches-73fb8782ca96fed6aa5925fa9802091032f6e16a.zip
Drop upstreamed hunk.
Diffstat (limited to '4.7.3')
-rw-r--r--4.7.3/gentoo/90_all_gcc-4.7-x32.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/4.7.3/gentoo/90_all_gcc-4.7-x32.patch b/4.7.3/gentoo/90_all_gcc-4.7-x32.patch
index 68207af..b566570 100644
--- a/4.7.3/gentoo/90_all_gcc-4.7-x32.patch
+++ b/4.7.3/gentoo/90_all_gcc-4.7-x32.patch
@@ -2818,34 +2818,6 @@ then filtered out useless configure & ChangeLog files
;;
ppc64-*linux*|powerpc64-*linux*)
LD="${LD-ld} -m elf32ppclinux"
---- a/libstdc++-v3/configure
-+++ b/libstdc++-v3/configure
-@@ -3025,8 +3025,7 @@ test -n "$target_alias" &&
- target_alias=${target_alias-$host_alias}
-
- # Handy for debugging:
--{ $as_echo "$as_me:${as_lineno-$LINENO}: $build / $host / $target / $host_alias / $target_alias" >&5
--$as_echo "$as_me: $build / $host / $target / $host_alias / $target_alias" >&6;}; sleep 5
-+#AC_MSG_NOTICE($build / $host / $target / $host_alias / $target_alias); sleep 5
-
- if test "$build" != "$host"; then
- # We are being configured with some form of cross compiler.
-@@ -7120,7 +7119,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
- LD="${LD-ld} -m elf_i386_fbsd"
- ;;
- x86_64-*linux*)
-- LD="${LD-ld} -m elf_i386"
-+ case `/usr/bin/file conftest.o` in
-+ *x86-64*)
-+ LD="${LD-ld} -m elf32_x86_64"
-+ ;;
-+ *)
-+ LD="${LD-ld} -m elf_i386"
-+ ;;
-+ esac
- ;;
- ppc64-*linux*|powerpc64-*linux*)
- LD="${LD-ld} -m elf32ppclinux"
--- a/libtool.m4
+++ b/libtool.m4
@@ -1232,7 +1232,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)