mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 04:13:50 +08:00
2000-02-27 H.J. Lu (hjl@gnu.org)
* lib/ld-lib.exp (default_ld_link): Added "$LIBS" to libs.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2000-02-27 H.J. Lu (hjl@gnu.org)
|
||||||
|
|
||||||
|
* lib/ld-lib.exp (default_ld_link): Added "$LIBS" to libs.
|
||||||
|
|
||||||
1999-11-01 Nick Clifton <nickc@cygnus.com>
|
1999-11-01 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
* ld-selective/selective.exp: Fix test to disable these checks for
|
* ld-selective/selective.exp: Fix test to disable these checks for
|
||||||
|
@ -83,10 +83,11 @@ proc default_ld_link { ld target objects } {
|
|||||||
global HOSTING_EMU
|
global HOSTING_EMU
|
||||||
global HOSTING_CRT0
|
global HOSTING_CRT0
|
||||||
global HOSTING_LIBS
|
global HOSTING_LIBS
|
||||||
|
global LIBS
|
||||||
global host_triplet
|
global host_triplet
|
||||||
|
|
||||||
set objs "$HOSTING_CRT0 $objects"
|
set objs "$HOSTING_CRT0 $objects"
|
||||||
set libs "$HOSTING_LIBS"
|
set libs "$LIBS $HOSTING_LIBS"
|
||||||
|
|
||||||
if { [which $ld] == 0 } then {
|
if { [which $ld] == 0 } then {
|
||||||
perror "$ld does not exist"
|
perror "$ld does not exist"
|
||||||
|
Reference in New Issue
Block a user