]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.tpl: Add BOOT_ADAFLAGS.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 16 Aug 2008 07:25:30 +0000 (07:25 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 16 Aug 2008 07:25:30 +0000 (07:25 +0000)
* Makefile.tpl: Add BOOT_ADAFLAGS.
* Makefile.in: Regenerate.

From-SVN: r139149

ChangeLog
Makefile.in
Makefile.tpl

index 156f55d9b3002931651c0dbb42ad4224e8b4218f..e5bb91b1ccd5a90b6a78620e48a98f1960d27839 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-16  Nicolas Roche  <roche@adacore.com>
+
+       * Makefile.tpl: Add BOOT_ADAFLAGS.
+       * Makefile.in: Regenerate.
+
 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
 
        * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
        of libf2c.
        * configure, Makefile.in: Regenerate.
 
-2004-05-13  Tobias SchlÃÂüter  <tobi@gcc.gnu.org>
+2004-05-13  Tobias Schl���¼ter  <tobi@gcc.gnu.org>
 
        * MAINTAINERS (Write After Approval): Add myself.
 
index d9ef0681497579c218dea12335f0edc8eff87e7b..2ede05810ee5a83535ee0d023a10af7c867e9511 100644 (file)
@@ -291,6 +291,7 @@ BUILD_PREFIX_1 = @BUILD_PREFIX_1@
 # here so that they can be overridden by Makefile fragments.
 BOOT_CFLAGS= -g -O2
 BOOT_LDFLAGS=
+BOOT_ADAFLAGS=-gnatpg -gnata
 
 BISON = @BISON@
 YACC = @YACC@
index 1f0c318012fa18abc36f2dc260409fcc41dd192b..a9dfd3e2af46a3a1de48c932e3ea5909bdb62bd4 100644 (file)
@@ -294,6 +294,7 @@ BUILD_PREFIX_1 = @BUILD_PREFIX_1@
 # here so that they can be overridden by Makefile fragments.
 BOOT_CFLAGS= -g -O2
 BOOT_LDFLAGS=
+BOOT_ADAFLAGS=-gnatpg -gnata
 
 BISON = @BISON@
 YACC = @YACC@