about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-11-06 02:08:44 +0000
committerUlrich Drepper <drepper@redhat.com>2005-11-06 02:08:44 +0000
commitfc17ba1ed39f603493aa16f4f79368b332685228 (patch)
treeaef9a6c5f85c9bd08e3838c4f03fe52d673d769f
parent57d44131d889dfcf7aa3abd0553f02518e67fafe (diff)
downloadglibc-fc17ba1ed39f603493aa16f4f79368b332685228.tar.gz
glibc-fc17ba1ed39f603493aa16f4f79368b332685228.tar.xz
glibc-fc17ba1ed39f603493aa16f4f79368b332685228.zip
* config.make.in: Remove gnu-ld.
-rw-r--r--ChangeLog1
-rw-r--r--config.make.in1
2 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fcd761938b..a3c96cfd30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
 	* configure.in: Remove gnu_ld definition and everything using it.
 	* config.h.in: Remove HAVE_GNU_LD.
+	* config.make.in: Remove gnu-ld.
 	* csu/Makefile: Remove use of gnu-ld.
 	* csu/munch.awk: Removed.
 	* csu/munch-tmpl.c: Removed.
diff --git a/config.make.in b/config.make.in
index e701212e99..a3ddf1f226 100644
--- a/config.make.in
+++ b/config.make.in
@@ -80,7 +80,6 @@ sizeof-long-double = @sizeof_long_double@
 
 # Configuration options.
 gnu-as = @gnu_as@
-gnu-ld = @gnu_ld@
 build-static = @static@
 build-shared = @shared@
 build-pic-default= @pic_default@