mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 11:04:18 +08:00
* emultempl/elf32.em: Move gld${EMULATION_NAME}_add_sysroot
outside of GNU/Linux conditional.
This commit is contained in:
parent
9ba61c5d3a
commit
3dc16cab3d
@ -1,3 +1,8 @@
|
||||
2003-02-03 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* emultempl/elf32.em: Move gld${EMULATION_NAME}_add_sysroot
|
||||
outside of GNU/Linux conditional.
|
||||
|
||||
2003-01-28 Ralf Habacker <ralf.habacker@freenet.de>
|
||||
|
||||
* deffilep.y (def_get_module): New function: locate an already
|
||||
|
@ -440,9 +440,7 @@ gld${EMULATION_NAME}_search_needed (path, name, force)
|
||||
|
||||
EOF
|
||||
if [ "x${USE_LIBPATH}" = xyes ] ; then
|
||||
case ${target} in
|
||||
*-*-linux-gnu*)
|
||||
cat >>e${EMULATION_NAME}.c <<EOF
|
||||
cat >>e${EMULATION_NAME}.c <<EOF
|
||||
|
||||
/* Add the sysroot to every entry in a colon-separated path. */
|
||||
|
||||
@ -482,6 +480,10 @@ gld${EMULATION_NAME}_add_sysroot (path)
|
||||
return ret;
|
||||
}
|
||||
|
||||
EOF
|
||||
case ${target} in
|
||||
*-*-linux-gnu*)
|
||||
cat >>e${EMULATION_NAME}.c <<EOF
|
||||
/* For a native linker, check the file /etc/ld.so.conf for directories
|
||||
in which we may find shared libraries. /etc/ld.so.conf is really
|
||||
only meaningful on Linux. */
|
||||
|
Loading…
Reference in New Issue
Block a user