diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-01 14:31:00 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-01 14:31:00 +0000 |
commit | d76205eb44b3da2b8d2e81518d06e0d72a281811 (patch) | |
tree | b3e4b01f4daa21679a2450d6c97e732adc83395e /gcc/ChangeLog-2009 | |
parent | 61d45bafad1118c8d9d42cf444d604704de1680e (diff) | |
download | gcc-d76205eb44b3da2b8d2e81518d06e0d72a281811.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174528 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog-2009')
-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 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 <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 |