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