summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2005-10-05 07:32:13 +0000
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2005-10-05 07:32:13 +0000
commit8283f87306501abec4d3fd7e62b30d00839fa4c3 (patch)
treeac7ed2e6f46b438e22dd147b643b27e4e98ee251 /configure.in
parent8011a2dbb35e17059aa903359dbd1cf398afd179 (diff)
downloadgcc-8283f87306501abec4d3fd7e62b30d00839fa4c3.tar.gz
2005-10-05 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/22340 * configure.in (default_target): Remove. * Makefile.tpl (all): Do not use prerequisites as subroutines (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet. (do-[+make_target+], check, install, [+bootstrap_target+]): Do not use prerequisites as subroutines. (check-host, check-target): New. (bootstrap configure & all targets): Do not use stage*-start if the directory layout is already ok. (non-bootstrap configure & all targets): Prepend a $(unstage). (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL. (NOTPARALLEL): Remove. (unstage, stage variables): New variables. (unstage, stage targets): Simply expand to those variables. * configure: Regenerate. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104978 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index fc0e8038cae..4633c2c5922 100644
--- a/configure.in
+++ b/configure.in
@@ -1780,18 +1780,14 @@ esac
case "$enable_bootstrap" in
yes)
bootstrap_lean='#'
- default_target=bootstrap
bootstrap_suffix=bootstrap ;;
lean)
bootstrap_lean=''
- default_target=bootstrap
bootstrap_suffix=bootstrap ;;
no)
- default_target=all
bootstrap_suffix=no-bootstrap ;;
esac
AC_SUBST(bootstrap_lean)
-AC_SUBST(default_target)
for module in ${build_configdirs} ; do
if test -z "${no_recursion}" \