From 7e1645ce4dae960a11127e8e56b1e991d0872ab3 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 25 Aug 2008 17:26:06 +0000 Subject: [PATCH] Merge from gcc: 2008-08-16 Nicolas Roche * Makefile.tpl: Add BOOT_ADAFLAGS. * Makefile.in: Regenerate. --- ChangeLog | 5 +++++ Makefile.in | 1 + Makefile.tpl | 1 + 3 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index b6cd912de..7d2bd9c7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-16 Nicolas Roche + + * Makefile.tpl: Add BOOT_ADAFLAGS. + * Makefile.in: Regenerate. + 2008-08-16 Richard Sandiford * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu. diff --git a/Makefile.in b/Makefile.in index d9ef06814..2ede05810 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@ 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@