diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-16 07:25:30 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-16 07:25:30 +0000 |
commit | edcc45bb828cc705b75aa05e0cd9c02b6cb4ab4a (patch) | |
tree | 92b0b8d8b0dc1c3d3d821324ed47d86329a700d9 /Makefile.in | |
parent | 5a574a49ad59e8388e0bf97321fbf4250dab5680 (diff) | |
download | gcc-edcc45bb828cc705b75aa05e0cd9c02b6cb4ab4a.tar.gz |
* Makefile.tpl: Add BOOT_ADAFLAGS.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139149 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index d9ef0681497..2ede05810ee 100644 --- a/Makefile.in +++ b/Makefile.in @@ -291,6 +291,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@ |