summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2013-01-11 11:48:53 +0000
committerEric Botcazou <ebotcazou@libertysurf.fr>2013-01-11 11:48:53 +0000
commitf2d416dc9b05995104ac6fe84424da064e9a8a8e (patch)
treee7ba305fab1acec7c7e50b4304187181f15107e1 /Makefile.tpl
parent8fc8714742ff7753ee7bfeaff727822e052281e4 (diff)
downloadgdb-f2d416dc9b05995104ac6fe84424da064e9a8a8e.tar.gz
* 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@