mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 10:22:41 +08:00
revert accidental check-in
This commit is contained in:
parent
f3787738d8
commit
212baf8d3a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user