diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-06-01 14:31:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-06-01 14:31:00 +0000 |
commit | ce4fc506085489152bce27da53f172c4681ae450 (patch) | |
tree | b3e4b01f4daa21679a2450d6c97e732adc83395e | |
parent | a78d13c3e845bd4b5629b0c810de4d8781bd46b4 (diff) | |
download | gcc-ce4fc506085489152bce27da53f172c4681ae450.zip gcc-ce4fc506085489152bce27da53f172c4681ae450.tar.gz gcc-ce4fc506085489152bce27da53f172c4681ae450.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog-2009 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog-2009 b/gcc/ChangeLog-2009 index af1a94f..4167065 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 <mark@codesourcery.com> + + * 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 <jakub@redhat.com> PR bootstrap/42369 |