This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Reenabling Ada by default


I am proposing to reenable Ada by default, now that the Ada front-end
generates gimple trees:

2004-09-09  Arnaud Charlet  <charlet@act-europe.fr>

	* config-lang.in: Reenable Ada.

So that more testing can be done with Ada enabled and breakages be detected
earlier.

Is that fine with people ?

Index: config-lang.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/config-lang.in,v
retrieving revision 1.14
diff -u -p -r1.14 config-lang.in
--- config-lang.in      11 Aug 2004 04:10:11 -0000      1.14
+++ config-lang.in      9 Sep 2004 14:36:48 -0000
@@ -39,6 +39,3 @@ gtfiles="\$(srcdir)/ada/ada-tree.h \$(sr
 outputs=ada/Makefile
 
 target_libs="target-libada"
-
-# Ada will not work until the front end starts emitting GIMPLE trees.
-build_by_default=no


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]