OSDN Git Service

2007-04-20 Ed Schonberg <schonberg@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / config-lang.in
index 3875992..0a123c3 100644 (file)
@@ -15,8 +15,8 @@
 
 #You should have received a copy of the GNU General Public License
 #along with GCC; see the file COPYING.  If not, write to
-#the Free Software Foundation, 59 Temple Place - Suite 330,
-#Boston, MA 02111-1307, USA.
+#the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+#Boston, MA 02110-1301, USA.
 
 # Configure looks for the existence of this file to auto-config each language.
 # We define several parameters used by configure:
@@ -24,7 +24,6 @@
 # language     - name of language as it would appear in $(LANGUAGES)
 # boot_language - "yes" if we need to build this language in stage1
 # compilers    - value to add to $(COMPILERS)
-# stagestuff   - files to add to $(STAGESTUFF)
 
 language="ada"
 boot_language=yes
@@ -32,8 +31,12 @@ boot_language_boot_flags='ADAFLAGS="$(BOOT_ADAFLAGS)"'
 
 compilers="gnat1\$(exeext)"
 
-stagestuff="gnatbind\$(exeext) gnat1\$(exeext)"
-
 gtfiles="\$(srcdir)/ada/ada-tree.h \$(srcdir)/ada/gigi.h \$(srcdir)/ada/decl.c \$(srcdir)/ada/trans.c \$(srcdir)/ada/utils.c"
 
 outputs=ada/Makefile
+
+target_libs="target-libada"
+lang_dirs="gnattools"
+
+# Ada will not work until the front end starts emitting GIMPLE trees.
+build_by_default=no