aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2013-01-11 11:48:54 +0000
committerEric Botcazou <ebotcazou@libertysurf.fr>2013-01-11 11:48:54 +0000
commitd7b9dae92f00eae4783d49ac117302b3f4ef2e09 (patch)
tree6c6d4bec1b2cb50ec45753893df87b0bacf172c1 /Makefile.tpl
parentoops - omitted from previous delta (diff)
downloadbinutils-gdb-d7b9dae92f00eae4783d49ac117302b3f4ef2e09.tar.gz
binutils-gdb-d7b9dae92f00eae4783d49ac117302b3f4ef2e09.tar.bz2
binutils-gdb-d7b9dae92f00eae4783d49ac117302b3f4ef2e09.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 5cdc119d9b1..3233a788d8d 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@