]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(LDFLAGS): Remove.
authorUlrich Drepper <drepper@redhat.com>
Sun, 23 Aug 1998 18:15:13 +0000 (18:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 23 Aug 1998 18:15:13 +0000 (18:15 +0000)
Makeconfig

index 90c02b95914f072559727604979f64a885f30fc1..b0141d4cb6136e62c51290466d8ea67ca768a9b6 100644 (file)
@@ -571,13 +571,6 @@ CPPFLAGS = $($(subdir)-CPPFLAGS) $(+includes) $(defines) \
 override CFLAGS        = $(filter-out %frame-pointer,$(+cflags)) $(sysdep-CFLAGS) \
                  $(CFLAGS-$(suffix $@)) $(CFLAGS-$(<F)) $(CFLAGS-$(@F))
 
-
-# This is the macro that the implicit linking rules use.
-ifneq "$(filter -g,$(+cflags))" "" # -g is in $(+cflags)
-LDFLAGS        := -g
-endif
-
-
 # If everything is compiled with -fPIC (implicitly) we must tell this by
 # defining the PIC symbol.
 ifeq (yes,$(build-pic-default))