mirror of git://gcc.gnu.org/git/gcc.git
configure.in (host_configargs): Replace reference to no-longer-defined buildopts with --build=${build_alias}.
* configure.in (host_configargs): Replace reference to no-longer-defined buildopts with --build=${build_alias}. * configure: Rebuilt. From-SVN: r60582
This commit is contained in:
parent
5888b7f20e
commit
903de29523
|
@ -1,5 +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.
|
||||
|
||||
* Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
|
||||
program_transform_name to standard idiom.
|
||||
(AUTOGEN, AUTOCONF): Define.
|
||||
|
|
|
@ -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