2000-02-27 H.J. Lu (hjl@gnu.org)
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 27 Feb 2000 18:59:40 +0000 (18:59 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 27 Feb 2000 18:59:40 +0000 (18:59 +0000)
* lib/ld-lib.exp (default_ld_link): Added "$LIBS" to libs.

ld/testsuite/ChangeLog
ld/testsuite/lib/ld-lib.exp

index 5e78e84b08818e7c7f5bddf82a3cd919119d0a1d..6f70a39faf7d9c1e8fe0f75e5f3cf7ef3eda9307 100644 (file)
@@ -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>
 
        * ld-selective/selective.exp: Fix test to disable these checks for
index 4b2a446d486a9c482e5840857ee33f422cf7289e..1c912578c57fdfb788fb7a784270c3d5dc3e0892 100644 (file)
@@ -83,10 +83,11 @@ proc default_ld_link { ld target objects } {
     global HOSTING_EMU
     global HOSTING_CRT0
     global HOSTING_LIBS
+    global LIBS
     global host_triplet
     
     set objs "$HOSTING_CRT0 $objects"
-    set libs "$HOSTING_LIBS"
+    set libs "$LIBS $HOSTING_LIBS"
     
     if { [which $ld] == 0 } then {
        perror "$ld does not exist"
This page took 0.036642 seconds and 4 git commands to generate.