From: Alan Modra Date: Mon, 4 Jul 2005 04:04:19 +0000 (+0000) Subject: * emultempl/elf32.em: Enable use of ld.so.conf for *-*-k*bsd-*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=711c0baa9db0a125a6e3df87564fcefd4ad505c4;p=binutils-gdb.git * emultempl/elf32.em: Enable use of ld.so.conf for *-*-k*bsd-*. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 16ee460c87a..9f6122c1a4a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2005-07-04 Aurelien Jarno + + * emultempl/elf32.em: Enable use of ld.so.conf for *-*-k*bsd-*. + 2005-07-01 Alan Modra * scripttempl/elf.sc (.gcc_except_table): Don't KEEP. diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em index e20bd738bdc..9248c30bb76 100644 --- a/ld/emultempl/elf32.em +++ b/ld/emultempl/elf32.em @@ -69,7 +69,7 @@ EOF if [ "x${USE_LIBPATH}" = xyes ] ; then case ${target} in - *-*-linux-*) + *-*-linux-* | *-*-k*bsd*-*) cat >>e${EMULATION_NAME}.c < @@ -354,7 +354,7 @@ gld${EMULATION_NAME}_try_needed (struct dt_needed *needed, EOF case ${target} in - *-*-linux-*) + *-*-linux-* | *-*-k*bsd*-*) cat >>e${EMULATION_NAME}.c <>e${EMULATION_NAME}.c <>e${EMULATION_NAME}.c <>e${EMULATION_NAME}.c <name, force)) break;