From: Ian Lance Taylor Date: Wed, 1 Jun 2011 14:31:00 +0000 (+0000) Subject: Add missing entry. X-Git-Tag: releases/gcc-4.7.0~6311 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce4fc506085489152bce27da53f172c4681ae450;p=thirdparty%2Fgcc.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 af1a94f7bc9e..4167065b58db 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