diff options
author | Chris Demetriou <cgd@sibyte.com> | 2000-05-19 04:43:18 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-05-18 22:43:18 -0600 |
commit | c6fd0f171ecc3938b09a0e26784b4694db5794ac (patch) | |
tree | d3badec09fb5b62e7cc4c6223f82818c625343fc /gcc | |
parent | e7f731a73e66d15f666002d8477f9882016476bc (diff) | |
download | gcc-c6fd0f171ecc3938b09a0e26784b4694db5794ac.zip gcc-c6fd0f171ecc3938b09a0e26784b4694db5794ac.tar.gz gcc-c6fd0f171ecc3938b09a0e26784b4694db5794ac.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/gcc.texi | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3ab76d9..4c1c5ee 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/gcc.texi b/gcc/gcc.texi index 534a572..c8cd885 100644 --- a/gcc/gcc.texi +++ b/gcc/gcc.texi @@ -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 |