* configure.in (host_configargs): Replace reference to

no-longer-defined buildopts with --build=${build_alias}.
* configure: Rebuilt.
This commit is contained in:
Alexandre Oliva 2002-12-28 17:58:05 +00:00
parent c991d31031
commit 6d48dd20ba
3 changed files with 256 additions and 219 deletions

View File

@ -1,3 +1,9 @@
2002-12-28 Alexandre Oliva <aoliva@redhat.com>
* configure.in (host_configargs): Replace reference to
no-longer-defined buildopts with --build=${build_alias}.
* configure: Rebuilt.
2002-12-28 Alexandre Oliva <aoliva@redhat.com>
* Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of

467
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1752,7 +1752,7 @@ case "${cache_file}" in
cache_file_option="--cache-file=../${cache_file}" ;;
esac
host_configargs="${cache_file_option} ${buildopt} --host=${host_alias} --target=${target_alias} ${extra_host_args} ${baseargs}"
host_configargs="${cache_file_option} --build=${build_alias} --host=${host_alias} --target=${target_alias} ${extra_host_args} ${baseargs}"
target_configargs=${baseargs}