summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog-2009
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-01 14:31:00 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-01 14:31:00 +0000
commitd76205eb44b3da2b8d2e81518d06e0d72a281811 (patch)
treeb3e4b01f4daa21679a2450d6c97e732adc83395e /gcc/ChangeLog-2009
parent61d45bafad1118c8d9d42cf444d604704de1680e (diff)
downloadgcc-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-20097
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