fix to gcc.texi's description of MULTILIB_EXCEPTIONS

Chris G. Demetriou cgd@sibyte.com
Sun Apr 30 23:02:00 GMT 2000


Geoff Keating <geoffk@cygnus.com> writes:
> Probably a better example is what is there now, which is

Thanks.  I think I understand now.  (famous last words.)

I've updated the documentation to match.  Below's a patch, if you want
it.



chris
===================================================================

2000-04-30  Chris Demetriou  <cgd@sibyte.com>

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

===================================================================
Index: gcc.texi
===================================================================
RCS file: /cvs/gcc/egcs/gcc/gcc.texi,v
retrieving revision 1.47
diff -c -r1.47 gcc.texi
*** gcc.texi	2000/04/30 10:50:57	1.47
--- gcc.texi	2000/05/01 05:56:14
***************
*** 4096,4106 ****
  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*}.
  
  @findex MULTILIB_EXTRA_OPTS
  @item MULTILIB_EXTRA_OPTS
--- 4096,4106 ----
  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 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


More information about the Gcc-patches mailing list