mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
Port lib32 arangement from Debian.
* emulparams/elf_i386.sh: Include lib32 directories in library search path.
This commit is contained in:
parent
c0f7459eb8
commit
507dcd87bd
@ -1,3 +1,9 @@
|
||||
2012-11-15 Maxim Kuvyrkov <maxim@codesourcery.com>
|
||||
|
||||
Port lib32 arangement from Debian.
|
||||
* emulparams/elf_i386.sh: Include lib32 directories in library search
|
||||
path.
|
||||
|
||||
2012-11-15 Simon Baldwin <simonb@google.com>
|
||||
|
||||
* ldmain.c (main): Add start_sbrk set to sbrk(0) on entry.
|
||||
|
@ -13,3 +13,13 @@ GENERATE_PIE_SCRIPT=yes
|
||||
NO_SMALL_DATA=yes
|
||||
SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 12 ? 12 : 0"
|
||||
IREL_IN_PLT=
|
||||
|
||||
# Linux modify the default library search path to first include
|
||||
# a 32-bit specific directory.
|
||||
case "$target" in
|
||||
x86_64*-linux* | i[3-7]86*-linux*)
|
||||
case "$EMULATION_NAME" in
|
||||
*i386*) LIBPATH_SUFFIX=32 ;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user