]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
revert accidental check-in
authorRoland McGrath <roland@gnu.org>
Thu, 14 Mar 2002 23:35:43 +0000 (23:35 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 14 Mar 2002 23:35:43 +0000 (23:35 +0000)
Makerules

index fc4f2b79d14468453a9026f73232ba4db2f352be..155466b889460093c9aa2fc1c1261be3432e6b5e 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -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