Commit 771a2a66 by Daniel Jacobowitz Committed by Daniel Jacobowitz

configure.in (FORBUILD): Use $build_alias.

        * configure.in (FORBUILD): Use $build_alias.
        * configure: Regenerated.

From-SVN: r55987
parent ac8ab9fe
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.
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment