diff options
author | Alan Modra <amodra@gmail.com> | 2002-05-22 08:44:53 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-05-22 08:44:53 +0000 |
commit | eb3d6bb8dc61ba812ddb6478c6dc16cc4f569567 (patch) | |
tree | a5c4fd44f732ebb92ba1914cf40fd931ba251a19 /ld/ChangeLog | |
parent | 54f24647c70eb3fbf2b73b6459a1d06c33be9a33 (diff) | |
download | fsf-binutils-gdb-eb3d6bb8dc61ba812ddb6478c6dc16cc4f569567.zip fsf-binutils-gdb-eb3d6bb8dc61ba812ddb6478c6dc16cc4f569567.tar.gz fsf-binutils-gdb-eb3d6bb8dc61ba812ddb6478c6dc16cc4f569567.tar.bz2 |
* genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
and $NATIVE_LIB_DIRS. Add $tool_lib before other libs.
(LIB_SEARCH_DIRS): No need to use "tr".
(COMPILE_IN): Only set for native targets.
* configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
* configure.tgt (powerpc*): Set tdir_*.
(powerpcle*): Correct targ_extra_emuls.
* emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
* emulparams/elf64ppc.sh (LIB_PATH): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 336a326..57ef8c9 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,18 @@ 2002-05-22 Alan Modra <amodra@bigpond.net.au> + * genscripts.sh (LIB_PATH): For native targets, concatenate $libdir + and $NATIVE_LIB_DIRS. Add $tool_lib before other libs. + (LIB_SEARCH_DIRS): No need to use "tr". + (COMPILE_IN): Only set for native targets. + * configure.host (NATIVE_LIB_DIRS): Specify all native search dirs + here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh. + * configure.tgt (powerpc*): Set tdir_*. + (powerpcle*): Correct targ_extra_emuls. + * emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs. + * emulparams/elf64ppc.sh (LIB_PATH): Likewise. + +2002-05-22 Alan Modra <amodra@bigpond.net.au> + * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when calling lang_add_entry. |