diff options
author | Roland McGrath <roland@hack.frob.com> | 2011-06-10 10:34:45 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-06-10 10:34:45 -0700 |
commit | b350afabd9c4980a629e6bedf359d1b7b2f31375 (patch) | |
tree | 05d21e5b2a17f047afe5d22f86782b61f62d4fda /Makerules | |
parent | 28368601e303e415b99ed127c5319362b1d75203 (diff) | |
download | glibc-b350afabd9c4980a629e6bedf359d1b7b2f31375.tar.gz glibc-b350afabd9c4980a629e6bedf359d1b7b2f31375.tar.xz glibc-b350afabd9c4980a629e6bedf359d1b7b2f31375.zip |
Revert -r -> -Wl,-r change.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules index 472948fbc6..82ffa1e2b8 100644 --- a/Makerules +++ b/Makerules @@ -610,7 +610,7 @@ endif # between libc.so and ld.so, which can make it impossible to upgrade. ifeq ($(elf),yes) $(common-objpfx)libc_pic.os: $(common-objpfx)libc_pic.a - $(LINK.o) -nostdlib -nostartfiles -Wl,-r -o $@ \ + $(LINK.o) -nostdlib -nostartfiles -r -o $@ \ $(LDFLAGS-c_pic.os) -Wl,-d -Wl,--whole-archive $^ # Use our own special initializer and finalizer files for libc.so. $(common-objpfx)libc.so: $(elfobjdir)/soinit.os \ |