2007-10-09 04:28:58 +02:00
|
|
|
Index: ld/emulparams/elf_i386.sh
|
2009-11-27 12:33:30 +01:00
|
|
|
===================================================================
|
- Update to 2.23.90 prerelease, remove patches that
are upstream ( aarch64-biarch.patch, aarch64-dynamic-placement.patch,
aarch64-execstack.patch, aarch64-gc-section-support.patch,
aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff,
aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff,
binutils-2.22-objalloc.patch, binutils-2.23.2.tar.bz2,
binutils-2.23.52.0.1-64-bit-thin-archives.patch,
s390-machinemode.patch, warning-symbol-sections.patch).
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=143
2013-09-20 17:57:46 +02:00
|
|
|
--- ld/emulparams/elf_i386.sh.orig 2013-09-20 15:29:51.000000000 +0200
|
|
|
|
+++ ld/emulparams/elf_i386.sh 2013-09-20 15:30:48.000000000 +0200
|
|
|
|
@@ -20,6 +20,7 @@ case "$target" in
|
|
|
|
x86_64*-linux* | i[3-7]86*-linux*)
|
|
|
|
case "$EMULATION_NAME" in
|
|
|
|
*i386*) LIBPATH_SUFFIX=32 ;;
|
|
|
|
+ *64*) LIBPATH_SUFFIX=64 ;;
|
|
|
|
esac
|
|
|
|
;;
|
|
|
|
esac
|