From: DJ Delorie Date: Mon, 25 Aug 2008 17:26:05 +0000 (+0000) Subject: Merge from gcc: X-Git-Tag: binutils-2_19~169 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f2203c0e6cabec0f863b167d6fa4ac033cd49dc6;p=pf3gnuchains%2Fpf3gnuchains4x.git Merge from gcc: 2008-08-16 Nicolas Roche * Makefile.tpl: Add BOOT_ADAFLAGS. * Makefile.in: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index b6cd912de8..7d2bd9c7da 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 d9ef068149..2ede05810e 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 1f0c318012..a9dfd3e2af 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@