From patchwork Wed Jun 1 14:32:37 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Add missing ChangeLog entry From: Ian Taylor X-Patchwork-Id: 98197 Message-Id: To: nathan@codesourcery.com, gcc-patches@gcc.gnu.org Date: Wed, 01 Jun 2011 07:32:37 -0700 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 + + * 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 PR bootstrap/42369