Makefile.tpl: Add BOOT_ADAFLAGS.
* Makefile.tpl: Add BOOT_ADAFLAGS. * Makefile.in: Regenerate. From-SVN: r139149
This commit is contained in:
parent
0ee02b1c5d
commit
dd609cc1c1
3 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-08-16 Nicolas Roche <roche@adacore.com>
|
||||
|
||||
* Makefile.tpl: Add BOOT_ADAFLAGS.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
|
||||
|
@ -3668,7 +3673,7 @@
|
|||
of libf2c.
|
||||
* configure, Makefile.in: Regenerate.
|
||||
|
||||
2004-05-13 Tobias SchlÃÂüter <tobi@gcc.gnu.org>
|
||||
2004-05-13 Tobias Schl<EFBFBD><EFBFBD><EFBFBD>¼ter <tobi@gcc.gnu.org>
|
||||
|
||||
* MAINTAINERS (Write After Approval): Add myself.
|
||||
|
||||
|
|
|
@ -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@
|
||||
|
|
|
@ -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@
|
||||
|
|
Loading…
Add table
Reference in a new issue