2007-10-09 04:28:58 +02:00
|
|
|
Index: ld/emulparams/elf_i386.sh
|
2009-11-27 12:33:30 +01:00
|
|
|
===================================================================
|
2014-12-01 18:04:10 +01:00
|
|
|
--- ld/emulparams/elf_i386.sh.orig 2014-10-14 17:39:02.000000000 +0200
|
|
|
|
+++ ld/emulparams/elf_i386.sh 2014-10-14 17:39:44.000000000 +0200
|
|
|
|
@@ -23,6 +23,10 @@ case "$target" in
|
|
|
|
LIBPATH_SUFFIX=32
|
|
|
|
LIBPATH_SUFFIX_SKIP=64
|
|
|
|
;;
|
|
|
|
+ *64*)
|
|
|
|
+ LIBPATH_SUFFIX=64
|
|
|
|
+ LIBPATH_SUFFIX_SKIP=32
|
|
|
|
+ ;;
|
- 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
|
|
|
esac
|
|
|
|
;;
|
|
|
|
esac
|