summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-08-23 18:15:13 +0000
committerUlrich Drepper <drepper@redhat.com>1998-08-23 18:15:13 +0000
commitc0bc2709b6fb301260f20c84cc22d627113192fd (patch)
tree7eb9e2df69dc24a2824c2fec9f7537def7cb2747 /Makeconfig
parent7d84a06715a3d378eb3ee0ee5d770a5ea4566a87 (diff)
(LDFLAGS): Remove.
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makeconfig b/Makeconfig
index 90c02b9591..b0141d4cb6 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -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))