Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/binutils/dist/ld/emulparams Provide correct bu...
details: https://anonhg.NetBSD.org/src/rev/699fe2bfe828
branches: trunk
changeset: 764979:699fe2bfe828
user: joerg <joerg%NetBSD.org@localhost>
date: Sat May 14 22:27:58 2011 +0000
description:
Provide correct builtin search path for amd64's -m32 mode.
diffstat:
external/gpl3/binutils/dist/ld/emulparams/elf_i386.sh | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r 0bf103118c61 -r 699fe2bfe828 external/gpl3/binutils/dist/ld/emulparams/elf_i386.sh
--- a/external/gpl3/binutils/dist/ld/emulparams/elf_i386.sh Sat May 14 22:07:38 2011 +0000
+++ b/external/gpl3/binutils/dist/ld/emulparams/elf_i386.sh Sat May 14 22:27:58 2011 +0000
@@ -12,3 +12,9 @@
GENERATE_PIE_SCRIPT=yes
NO_SMALL_DATA=yes
SEPARATE_GOTPLT=12
+
+case "$target" in
+ x86_64-*-netbsd*)
+ LIB_PATH='=/usr/lib/i386'
+ ;;
+esac
Home |
Main Index |
Thread Index |
Old Index