configure.in (FORBUILD): Use $build_alias.
* configure.in (FORBUILD): Use $build_alias. * configure: Regenerated. From-SVN: r55987
This commit is contained in:
parent
ac8ab9fe50
commit
771a2a6696
@ -1,3 +1,8 @@
|
||||
2002-08-02 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* configure.in (FORBUILD): Use $build_alias.
|
||||
* configure: Regenerated.
|
||||
|
||||
2002-08-02 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* config.gcc: Don't include mips/abi64.h in $tm_file.
|
||||
|
4
gcc/configure
vendored
4
gcc/configure
vendored
@ -2244,7 +2244,7 @@ EOF
|
||||
fi
|
||||
|
||||
# Find some useful tools
|
||||
for ac_prog in gawk mawk nawk awk
|
||||
for ac_prog in mawk gawk nawk awk
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
@ -5127,7 +5127,7 @@ else
|
||||
cd ..
|
||||
rm -rf $tempdir
|
||||
build_auto=auto-build.h
|
||||
FORBUILD=../$build
|
||||
FORBUILD=../$build_alias
|
||||
fi
|
||||
|
||||
|
||||
|
@ -915,7 +915,7 @@ else
|
||||
cd ..
|
||||
rm -rf $tempdir
|
||||
build_auto=auto-build.h
|
||||
FORBUILD=../$build
|
||||
FORBUILD=../$build_alias
|
||||
fi
|
||||
AC_SUBST(FORBUILD)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user