This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Add missing ChangeLog entry


I noticed that we have a --with-specs option in gcc/configure.ac, added
in revision 155208 with this e-mail message:
http://gcc.gnu.org/ml/gcc-patches/2009-12/msg00132.html

Nathan forgot to commit the ChangeLog entry, so I have committed this
patch to ChangeLog-2009.  (Patches to ChangeLog files do not themselves
require ChangeLog entries.)

More seriously, this option is not documented in gcc/doc/install.texi,
as pointed out by Gerald in
http://gcc.gnu.org/ml/gcc-patches/2009-12/msg00947.html .  We've had
discussions circling around this idea in the past, and I was surprised
to discover that it has already been committed.

Nathan, would you be willing to write some docs for it?  Thanks.

Ian


Index: gcc/ChangeLog-2009
===================================================================
--- gcc/ChangeLog-2009	(revision 174368)
+++ gcc/ChangeLog-2009	(working copy)
@@ -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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]