This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/29531] REG: --disable-bootstrap && make bootstrap doesn't work
- From: "mrs at apple dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Oct 2006 22:09:36 -0000
- Subject: [Bug bootstrap/29531] REG: --disable-bootstrap && make bootstrap doesn't work
- References: <bug-29531-1447@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from mrs at apple dot com 2006-10-20 22:09 -------
I think something like:
Doing diffs in configure.ac.~1~:
--- configure.ac.~1~ 2006-10-16 12:38:48.000000000 -0700
+++ configure.ac 2006-10-20 15:00:44.000000000 -0700
@@ -3419,6 +3419,16 @@ changequote([,])dnl
done
;;
esac
+ if test "$language" = ada
+ then
+ case ",$enable_languages," in
+ *,ada,*) ;;
+ *,all,*) ;;
+ *)
+ ok=false
+ ;;
+ esac
+ fi
$ok || continue
all_lang_makefrags="$all_lang_makefrags
\$(srcdir)/$subdir/Make-lang.in"
--------------
fixes this.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29531