* Makerules (shlib.lds): Make sure that ld doesn't try to link
authorRoland McGrath <roland@gnu.org>
Sat, 1 Nov 2003 00:36:04 +0000 (00:36 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 1 Nov 2003 00:36:04 +0000 (00:36 +0000)
anything while generating the linker script.

ChangeLog
Makerules

index 3d1c05f..1842eb5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-26  Daniel Jacobowitz  <drow@mvista.com>
+
+       * Makerules (shlib.lds): Make sure that ld doesn't try to link
+       anything while generating the linker script.
+
 2003-10-31  Roland McGrath  <roland@redhat.com>
 
        * locale/lc-ctype.c (_nl_postload_ctype): Update _nl_global_locale's
index 500d1af..d1bef8c 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -479,6 +479,7 @@ ifeq (yes,$(elf))
 # not for shared objects
 $(common-objpfx)shlib.lds: $(common-objpfx)config.make $(..)Makerules
        $(LINK.o) -shared -Wl,-O1 \
+                 -nostdlib -nostartfiles \
                  $(sysdep-LDFLAGS) $(config-LDFLAGS) $(LDFLAGS.so) \
                  -Wl,--verbose 2>&1 | \
          sed > $@T \