mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-07 06:49:38 +08:00
configure.ac: (target_alias): Default to $host_alias, not $target.
* configure.ac: (target_alias): Default to $host_alias, not $target. * configure: Regenerated. From-SVN: r89959
This commit is contained in:
parent
f7bf40ee43
commit
124e22d446
@ -1,3 +1,9 @@
|
||||
2004-11-01 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* configure.ac: (target_alias): Default to $host_alias, not
|
||||
$target.
|
||||
* configure: Regenerated.
|
||||
|
||||
2004-10-28 Frank Ch. Eigler <fche@redhat.com>
|
||||
|
||||
* testsuite/libmudflap.c/fail35-,pass53-,pass54-frag.c: New tests.
|
||||
|
2
libmudflap/configure
vendored
2
libmudflap/configure
vendored
@ -1901,7 +1901,7 @@ fi
|
||||
ac_config_commands="$ac_config_commands default-1"
|
||||
|
||||
|
||||
target_alias=${target_alias-$target}
|
||||
target_alias=${target_alias-$host_alias}
|
||||
|
||||
|
||||
ac_config_headers="$ac_config_headers config.h"
|
||||
|
@ -24,7 +24,7 @@ AC_EXEEXT
|
||||
|
||||
AM_ENABLE_MULTILIB(, ..)
|
||||
|
||||
target_alias=${target_alias-$target}
|
||||
target_alias=${target_alias-$host_alias}
|
||||
AC_SUBST(target_alias)
|
||||
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
|
Loading…
Reference in New Issue
Block a user