summaryrefslogtreecommitdiffstats
path: root/Makefile.tpl
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.tpl
parent09707415eb6110268da579fa0641c3a451f138ca (diff)
downloadcygnal-2880becf0c27375885f1b7d9fd4444065a67462e.tar.gz
cygnal-2880becf0c27375885f1b7d9fd4444065a67462e.tar.bz2
cygnal-2880becf0c27375885f1b7d9fd4444065a67462e.zip
* Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 5cdc119d9..3233a788d 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -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@