Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Makerules (shlib.lds): Make sure that ld doesn't try to link
	anything while generating the linker script.
  • Loading branch information
Roland McGrath committed Nov 1, 2003
1 parent 158a85b commit c1e781a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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
Expand Down
1 change: 1 addition & 0 deletions Makerules
Expand Up @@ -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 \
Expand Down

0 comments on commit c1e781a

Please sign in to comment.