* configure.in (host_configargs): Replace reference to
no-longer-defined buildopts with --build=${build_alias}. * configure: Rebuilt.
This commit is contained in:
parent
c991d31031
commit
6d48dd20ba
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue