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]

patch committed: Correct configure option name in docs


This patch corrects the name of the configure option
--enable-gnu-indirect-function in the docs to correspond to the source.
Committed as obvious.

Ian


2011-07-06  Ian Lance Taylor  <iant@google.com>

	* doc/install.texi (Configuration): It's
	--enable-gnu-indirect-function, not --enable-indirect-function.


Index: doc/install.texi
===================================================================
--- doc/install.texi	(revision 175914)
+++ doc/install.texi	(working copy)
@@ -1245,7 +1245,7 @@ destructors, but requires __cxa_atexit i
 only available on systems with GNU libc.  When enabled, this will cause
 @option{-fuse-cxa-atexit} to be passed by default.
 
-@item --enable-indirect-function
+@item --enable-gnu-indirect-function
 Define if you want to enable the @code{ifunc} attribute.  This option is
 currently only available on systems with GNU libc on certain targets.
 

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