diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-08-23 18:15:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-08-23 18:15:13 +0000 |
commit | c0bc2709b6fb301260f20c84cc22d627113192fd (patch) | |
tree | 7eb9e2df69dc24a2824c2fec9f7537def7cb2747 /Makeconfig | |
parent | 7d84a06715a3d378eb3ee0ee5d770a5ea4566a87 (diff) | |
download | glibc-c0bc2709b6fb301260f20c84cc22d627113192fd.zip glibc-c0bc2709b6fb301260f20c84cc22d627113192fd.tar.gz glibc-c0bc2709b6fb301260f20c84cc22d627113192fd.tar.bz2 |
(LDFLAGS): Remove.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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)) |