This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: fix to gcc.texi's description of MULTILIB_EXCEPTIONS


cgd@sibyte.com (Chris G. Demetriou) writes:

> trying to understand how to set multilib options, i ran across the
> following.  based on context, i think my patch below is correct, but
> i'm not a PPC guru...  (certainly, what wsa there before didn't make
> sense... 8-)

Probably a better example is what is there now, which is

MULTILIB_EXCEPTIONS	= *mcall-aix/*fleading-underscore* \
			  *mlittle/*mcall-aix*

which means that we don't want to build libraries compiled with the
-mcall-aix option and either of the -mlittle or -fleading-underscore
options.  (This is in config/rs6000/t-ppcgas.)

-- 
- Geoffrey Keating <geoffk@cygnus.com>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]