* Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.

* Makefile.in: Regenerate.
This commit is contained in:
Eric Botcazou 2013-01-11 11:48:54 +00:00
parent 09707415eb
commit 2880becf0c
3 changed files with 7 additions and 2 deletions

View File

@ -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.

View 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@

View 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@