diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-28 00:59:52 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-28 00:59:52 +0000 |
commit | 3fedb74514f29b08d6554c978e21c87ced4812b1 (patch) | |
tree | 136eb9c313170dab5959e1ebaffd024c5d6de260 /configure | |
parent | 57f40826617909a9c233628f90c5e1387b6f847f (diff) | |
download | gcc-3fedb74514f29b08d6554c978e21c87ced4812b1.tar.gz |
configure: Fix stupid bug where RANLIB was mistakenly included.
* 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.
From-SVN: r60551
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
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 |