From: Nathan Sidwell Date: Fri, 3 Jun 2011 09:29:33 +0000 (+0000) Subject: * doc/install.texi (Options specification): Document --with-specs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1cec128519018ff21ab031b4c70228175dfc830e;p=gcc.git * doc/install.texi (Options specification): Document --with-specs. From-SVN: r174598 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8694bfb2b9c..f11caf80d45 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-06-03 Nathan Sidwell + + * doc/install.texi (Options specification): Document --with-specs. + 2011-06-02 Ramana Radhakrishnan * config/arm/neon.md (orndi3_neon): Actually split it. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 418fa48fcce..7ebcd924b3e 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -771,6 +771,19 @@ the installation directory for G++ header files. The default depends on other configuration options, and differs between cross and native configurations. +@item --with-specs=@var{specs} +Specify additional command line driver SPECS. +This can be useful if you need to turn on a non-standard feature by +default without modifying the compiler's source code, for instance +@option{--with-specs=%@{!fcommon:%@{!fno-common:-fno-common@}@}}. +@ifnothtml +@xref{Spec Files,, Specifying subprocesses and the switches to pass to them, +gcc, Using the GNU Compiler Collection (GCC)}, +@end ifnothtml +@ifhtml +See ``Spec Files'' in the main manual +@end ifhtml + @end table @item --program-prefix=@var{prefix}