summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-28 00:59:52 +0000
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-28 00:59:52 +0000
commit3a7bfd0cd4da4b114f60151b2b0760652e78db6d (patch)
tree136eb9c313170dab5959e1ebaffd024c5d6de260 /configure
parent09fe6d98046ed5ca52a53ec27f63a23110ccdf8a (diff)
downloadgcc-3a7bfd0cd4da4b114f60151b2b0760652e78db6d.tar.gz
* configure: Fix stupid bug where RANLIB was mistakenly included.
* configure.in: Rename (buildargs, hostargs, targargs) to (build_configargs, host_configargs, target_configargs). * configure.in: Move logic out of sed statement. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60551 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 071ac8fef06..fda28cbdda5 100755
--- a/configure
+++ b/configure
@@ -87,7 +87,7 @@ srctrigger=
target_alias=NOTARGET
target_makefile_frag=
undefs=NOUNDEFS
-version="$Revision: 1.51 $"
+version="$Revision: 1.52 $"
x11=default
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
@@ -872,7 +872,7 @@ done
tools="AR AR_FOR_TARGET AS AS_FOR_TARGET BISON CC_FOR_BUILD"
tools="${tools} DLLTOOL DLLTOOL_FOR_TARGET GCC_FOR_TARGET BUILD_PREFIX"
tools="${tools} BUILD_PREFIX_1 LD LD_FOR_TARGET LEX MAKEINFO NM"
-tools="${tools} NM_FOR_TARGET RANLIB RANLIB_FOR_TARGET"
+tools="${tools} NM_FOR_TARGET RANLIB_FOR_TARGET"
tools="${tools} WINDRES WINDRES_FOR_TARGET YACC"
tools="${tools} OBJCOPY OBJDUMP"
if [ "${build}" != "${host}" ]; then