summaryrefslogtreecommitdiffstats
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2008-08-25 17:26:06 +0000
committerDJ Delorie <dj@redhat.com>2008-08-25 17:26:06 +0000
commit7e1645ce4dae960a11127e8e56b1e991d0872ab3 (patch)
treed22fed628141929ccc889b3f70b12d13b017fbef /Makefile.tpl
parent9a7bb8d77e0b5900f9557a45fed7f8876947bb69 (diff)
downloadcygnal-7e1645ce4dae960a11127e8e56b1e991d0872ab3.tar.gz
cygnal-7e1645ce4dae960a11127e8e56b1e991d0872ab3.tar.bz2
cygnal-7e1645ce4dae960a11127e8e56b1e991d0872ab3.zip
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 1f0c31801..a9dfd3e2a 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@