diff options
author | Alan Modra <amodra@gmail.com> | 2013-09-24 05:59:55 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-09-24 05:59:55 +0000 |
commit | 0f70b6b5041b7455a72da513e4d36630f8bacbf1 (patch) | |
tree | abe75fc08ddeb6e07f2d49d85846f8f52622ca27 /ld/ChangeLog | |
parent | 8cbc424d2212bf7f0025579d85bc5752e0508834 (diff) | |
download | gdb-0f70b6b5041b7455a72da513e4d36630f8bacbf1.zip gdb-0f70b6b5041b7455a72da513e4d36630f8bacbf1.tar.gz gdb-0f70b6b5041b7455a72da513e4d36630f8bacbf1.tar.bz2 |
* genscripts.sh (LIB_PATH): Don't exclude libdir or tooldir when
sysrooted. Also, don't always add tooldir when non-sysrooted.
Instead add both when native and tooldir also when TOOL_DIR is
defined. Always prepend '=' to paths when sysrooted. Always
put paths with LIBPATH_SUFFIX first in search order.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e5be815..6dfce36 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2013-09-24 Alan Modra <amodra@gmail.com> + + * genscripts.sh (LIB_PATH): Don't exclude libdir or tooldir when + sysrooted. Also, don't always add tooldir when non-sysrooted. + Instead add both when native and tooldir also when TOOL_DIR is + defined. Always prepend '=' to paths when sysrooted. Always + put paths with LIBPATH_SUFFIX first in search order. + 2013-09-20 Chung-Lin Tang <cltang@codesourcery.com> * Makefile.am (enios2elf.c): Change tdir_nios2 to tdir_nios2elf. |