Skip to content

Commit

Permalink
* Makefile.tpl: Add BOOT_ADAFLAGS.
Browse files Browse the repository at this point in the history
	* Makefile.in: Regenerate.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139149 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
ebotcazou committed Aug 16, 2008
1 parent 5a574a4 commit edcc45b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ChangeLog
@@ -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.
Expand Down Expand Up @@ -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���¼ter <tobi@gcc.gnu.org>

* MAINTAINERS (Write After Approval): Add myself.

Expand Down
1 change: 1 addition & 0 deletions Makefile.in
Expand Up @@ -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@
Expand Down
1 change: 1 addition & 0 deletions Makefile.tpl
Expand Up @@ -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@
Expand Down

0 comments on commit edcc45b

Please sign in to comment.