diff options
author | Roland McGrath <roland@gnu.org> | 2002-03-14 23:35:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-03-14 23:35:43 +0000 |
commit | 212baf8d3a67d592368813ab0df6d22f3a51f936 (patch) | |
tree | d4cffe7f8cd3a81bd98cb626ae11e59398a4f614 /Makerules | |
parent | f3787738d8dc97223747038fe431d3ed2713cfc9 (diff) | |
download | glibc-212baf8d3a67d592368813ab0df6d22f3a51f936.tar glibc-212baf8d3a67d592368813ab0df6d22f3a51f936.tar.gz glibc-212baf8d3a67d592368813ab0df6d22f3a51f936.tar.bz2 glibc-212baf8d3a67d592368813ab0df6d22f3a51f936.zip |
revert accidental check-in
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -523,10 +523,8 @@ LDFLAGS-c.so = -nostdlib -nostartfiles LDLIBS-c.so += $(gnulib) # Give libc.so an entry point and make it directly runnable itself. LDFLAGS-c.so += -e __libc_main -ifeq ($(unwind-find-fde),yes) # Force the backward compatibility EH functions to be linked. LDFLAGS-c.so += -u __register_frame -endif # Pre-link the objects of libc_pic.a so that we can locally resolve # COMMON symbols before we link against ld.so. This is because ld.so # contains some of libc_pic.a already, which will prevent the COMMONs |