diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2008-08-16 07:25:30 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2008-08-16 07:25:30 +0000 |
commit | dd609cc1c110436516e09567ad57e005d6f323db (patch) | |
tree | 92b0b8d8b0dc1c3d3d821324ed47d86329a700d9 /Makefile.tpl | |
parent | 0ee02b1c5de09c0934b9a36f5b31a33941d90f9f (diff) | |
download | gcc-dd609cc1c110436516e09567ad57e005d6f323db.tar.gz |
Makefile.tpl: Add BOOT_ADAFLAGS.
* Makefile.tpl: Add BOOT_ADAFLAGS.
* Makefile.in: Regenerate.
From-SVN: r139149
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 1 |
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@ |