* Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Fri, 11 Jan 2013 11:48:54 +0000 (11:48 +0000)
committerEric Botcazou <ebotcazou@libertysurf.fr>
Fri, 11 Jan 2013 11:48:54 +0000 (11:48 +0000)
        * Makefile.in: Regenerate.

ChangeLog
Makefile.in
Makefile.tpl

index a5ff3c9..2a5a305 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
+       * Makefile.in: Regenerate.
+
 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
 
        * Makefile.def (configure-gcc): Depend on all-gmp.
index 843250f..a2ce354 100644 (file)
@@ -364,7 +364,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
+BOOT_ADAFLAGS= -gnatpg
 
 AWK = @AWK@
 SED = @SED@
index 5cdc119..3233a78 100644 (file)
@@ -367,7 +367,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
+BOOT_ADAFLAGS= -gnatpg
 
 AWK = @AWK@
 SED = @SED@