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
commit66deaab60e124568f328a6894f82c9f4ac231a75 (patch)
tree28d6d341993474997a9d0347bc6d6958fd04bcca /Makefile.tpl
parente36bbdcc9bcf5ddf701315ee30adcdf0b06e97be (diff)
downloadbinutils-redhat-66deaab60e124568f328a6894f82c9f4ac231a75.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 5cdc119d9b..3233a788d8 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@