aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2013-01-11 11:48:54 +0000
committerEric Botcazou <ebotcazou@adacore.com>2013-01-11 11:48:54 +0000
commit2880becf0c27375885f1b7d9fd4444065a67462e (patch)
tree2576691080dd2e4931fe2afcfed95550ada3a465 /Makefile.in
parent09707415eb6110268da579fa0641c3a451f138ca (diff)
downloadnewlib-2880becf0c27375885f1b7d9fd4444065a67462e.zip
newlib-2880becf0c27375885f1b7d9fd4444065a67462e.tar.gz
newlib-2880becf0c27375885f1b7d9fd4444065a67462e.tar.bz2
* Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 843250f..a2ce354 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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@