Commit 124e22d4 by Andreas Schwab Committed by Andreas Schwab

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
parent f7bf40ee
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.
......
......@@ -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)
......
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