gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update it to match the current...
authorChris Demetriou <cgd@sibyte.com>
Fri, 19 May 2000 04:43:18 +0000 (04:43 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 19 May 2000 04:43:18 +0000 (22:43 -0600)
        * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
        it to match the current practice.

From-SVN: r34012

gcc/ChangeLog
gcc/gcc.texi

index 3ab76d925aabc7ee179a0c6ab6098f728dd63053..4c1c5ee135d63d992fba7f559f3ed73204fd6b14 100644 (file)
@@ -1,3 +1,8 @@
+2000-05-18  Chris Demetriou  <cgd@sibyte.com>
+
+       * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
+       it to match the current practice.
+
 2000-05-18  Mark Mitchell  <mark@codesourcery.com>
 
        * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
index 534a572573f80ed56d324817fc29ccdea819aa3d..c8cd885e2aa6ed7df1d0f7aa69bfdfda0441f416 100644 (file)
@@ -4096,11 +4096,11 @@ specified, there are combinations that should not be built.  In that
 case, set @code{MULTILIB_EXCEPTIONS} to be all of the switch exceptions
 in shell case syntax that should not be built.
 
-For example, in the PowerPC embedded ABI support, it was not desirable
-to build libraries that compiled with the @samp{-mcall-aixdesc} option
-and either of the @samp{-mcall-aixdesc} or @samp{-mlittle} options at
-the same time, and therefore @code{MULTILIB_EXCEPTIONS} is set to
-@code{*mrelocatable/*mcall-aixdesc* *mlittle/*mcall-aixdesc*}.
+For example, in the PowerPC embedded ABI support, it is not desirable
+to build libraries compiled with the @samp{-mcall-aix} option
+and either of the @samp{-fleading-underscore} or @samp{-mlittle} options
+at the same time.  Therefore @code{MULTILIB_EXCEPTIONS} is set to
+@code{*mcall-aix/*fleading-underscore* *mlittle/*mcall-aix*}.
 
 @findex MULTILIB_EXTRA_OPTS
 @item MULTILIB_EXTRA_OPTS