From: Ian Lance Taylor Date: Wed, 1 Jun 2011 14:31:00 +0000 (+0000) Subject: Add missing entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce4fc506085489152bce27da53f172c4681ae450;p=gcc.git Add missing entry. * configure.ac (--with-specs): New option. * configure: Regenerated. * gcc.c (driver_self_specs): Include CONFIGURE_SPECS. * Makefile.in (DRIVER_DEFINES): Add -DCONFIGURE_SPECS. From-SVN: r174528 --- diff --git a/gcc/ChangeLog-2009 b/gcc/ChangeLog-2009 index af1a94f7bc9..4167065b58d 100644 --- a/gcc/ChangeLog-2009 +++ b/gcc/ChangeLog-2009 @@ -474,6 +474,13 @@ * intl.c (get_spaces): New. * intl.h (get_spaces): New. +2009-12-14 Mark Mitchell + + * configure.ac (--with-specs): New option. + * configure: Regenerated. + * gcc.c (driver_self_specs): Include CONFIGURE_SPECS. + * Makefile.in (DRIVER_DEFINES): Add -DCONFIGURE_SPECS. + 2009-12-14 Jakub Jelinek PR bootstrap/42369