config-lang.in (boot_language_boot_flags): Delete.
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 10 Jan 2013 16:47:11 +0000 (16:47 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 10 Jan 2013 16:47:11 +0000 (16:47 +0000)
* gcc-interface/config-lang.in (boot_language_boot_flags): Delete.
* gcc-interface/Make-lang.in (BOOT_ADAFLAGS): Likewise.

From-SVN: r195091

gcc/ada/ChangeLog
gcc/ada/gcc-interface/Make-lang.in
gcc/ada/gcc-interface/config-lang.in

index c644b26c7fc03b2b219ae3cc46be0eac883a0775..d6df2d1ca4df03e5abb13a3996e9e967c19cb3c1 100644 (file)
@@ -1,3 +1,8 @@
+2013-01-10  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/config-lang.in (boot_language_boot_flags): Delete.
+       * gcc-interface/Make-lang.in (BOOT_ADAFLAGS): Likewise.
+
 2013-01-07  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>: Adjust
index 0f5da9c07322a5beab8cde7ed43f89cd4a152a52..66fa1ddb2cd2f773cf667b67aa2b1ec64293795b 100644 (file)
@@ -1,6 +1,6 @@
 # Top level -*- makefile -*- fragment for GNU Ada (GNAT).
 #   Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-#   2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
+#   2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
 #   Free Software Foundation, Inc.
 
 #This file is part of GCC.
@@ -47,7 +47,6 @@ RMDIR = rm -rf
 # Extra flags to pass to recursive makes.
 COMMON_ADAFLAGS= -gnatpg -gnata
 WARN_ADAFLAGS= -W -Wall
-BOOT_ADAFLAGS= $(COMMON_ADAFLAGS)
 
 # For native builds, the base compiler might be old and we need to arrange for
 # style warnings not to be flagged as errors during stage1.  Cross compilers
index b4a28be14c756f75c832e7c4bbf07daf406363d9..5dc77df282ce45ee335f0c5f681271fa338d5085 100644 (file)
@@ -1,5 +1,5 @@
 # Top level configure fragment for GNU Ada (GNAT).
-#   Copyright (C) 1994-2008 Free Software Foundation, Inc.
+#   Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
 #This file is part of GCC.
 
 # We define several parameters used by configure:
 #
 # language     - name of language as it would appear in $(LANGUAGES)
-# boot_language - "yes" if we need to build this language in stage1
+# gcc_subdir   - where the gcc integration files are to be found
+# boot_language        - "yes" if we need to build this language in stage1
 # compilers    - value to add to $(COMPILERS)
 
 language="ada"
 gcc_subdir="ada/gcc-interface"
-
 boot_language=yes
-boot_language_boot_flags='ADAFLAGS="$(BOOT_ADAFLAGS)"'
-
 compilers="gnat1\$(exeext)"
 
 gtfiles="\$(srcdir)/ada/gcc-interface/ada-tree.h \$(srcdir)/ada/gcc-interface/gigi.h \$(srcdir)/ada/gcc-interface/decl.c \$(srcdir)/ada/gcc-interface/trans.c \$(srcdir)/ada/gcc-interface/utils.c \$(srcdir)/ada/gcc-interface/misc.c"