diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-11-06 02:08:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-11-06 02:08:44 +0000 |
commit | fc17ba1ed39f603493aa16f4f79368b332685228 (patch) | |
tree | aef9a6c5f85c9bd08e3838c4f03fe52d673d769f /config.make.in | |
parent | 57d44131d889dfcf7aa3abd0553f02518e67fafe (diff) | |
download | glibc-fc17ba1ed39f603493aa16f4f79368b332685228.tar glibc-fc17ba1ed39f603493aa16f4f79368b332685228.tar.gz glibc-fc17ba1ed39f603493aa16f4f79368b332685228.tar.bz2 glibc-fc17ba1ed39f603493aa16f4f79368b332685228.zip |
* config.make.in: Remove gnu-ld.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 0 insertions, 1 deletions
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@ |