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
This commit is contained in:
Ian Lance Taylor 2011-06-01 14:31:00 +00:00
parent a78d13c3e8
commit ce4fc50608
1 changed files with 7 additions and 0 deletions

View File

@ -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