summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2008-08-25 17:26:05 +0000
committerDJ Delorie <dj@delorie.com>2008-08-25 17:26:05 +0000
commitf2203c0e6cabec0f863b167d6fa4ac033cd49dc6 (patch)
tree1a37a4770ce9aee248233843595e3d7841c32748 /Makefile.tpl
parent531f4ea9efee7ad60dcbd3ed74c2b72b450c652a (diff)
downloadgdb-f2203c0e6cabec0f863b167d6fa4ac033cd49dc6.tar.gz
Merge from gcc:
2008-08-16 Nicolas Roche <roche@adacore.com> * Makefile.tpl: Add BOOT_ADAFLAGS. * Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 1f0c318012f..a9dfd3e2af4 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -294,6 +294,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
BISON = @BISON@
YACC = @YACC@