Commit c6fd0f17 by Chris Demetriou Committed by Jeff Law

gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update it to match the current practice.

        * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
        it to match the current practice.

From-SVN: r34012
parent e7f731a7
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> 2000-05-18 Mark Mitchell <mark@codesourcery.com>
* Makefile.in (STAGESTUFF): Fix typo in spelling of s-under. * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
......
...@@ -4096,11 +4096,11 @@ specified, there are combinations that should not be built. In that ...@@ -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 case, set @code{MULTILIB_EXCEPTIONS} to be all of the switch exceptions
in shell case syntax that should not be built. in shell case syntax that should not be built.
For example, in the PowerPC embedded ABI support, it was not desirable For example, in the PowerPC embedded ABI support, it is not desirable
to build libraries that compiled with the @samp{-mcall-aixdesc} option to build libraries compiled with the @samp{-mcall-aix} option
and either of the @samp{-mcall-aixdesc} or @samp{-mlittle} options at and either of the @samp{-fleading-underscore} or @samp{-mlittle} options
the same time, and therefore @code{MULTILIB_EXCEPTIONS} is set to at the same time. Therefore @code{MULTILIB_EXCEPTIONS} is set to
@code{*mrelocatable/*mcall-aixdesc* *mlittle/*mcall-aixdesc*}. @code{*mcall-aix/*fleading-underscore* *mlittle/*mcall-aix*}.
@findex MULTILIB_EXTRA_OPTS @findex MULTILIB_EXTRA_OPTS
@item MULTILIB_EXTRA_OPTS @item MULTILIB_EXTRA_OPTS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment