[RESEND] [PATCH] Better vxWorks support in longlong.h
Kevin Ryde
user42 at zip.com.au
Wed Apr 7 02:29:33 CEST 2004
Mark Haigh <mhaigh at sonicwall.com> writes:
>
> I really want is to be able to put up a GMP patch for vxWorks
How about changing from "defined (PPC)" to
(defined (PPC) && ! defined (CPU_FAMILY)) /* gcc 2.7.x GNU & SysV */
|| (defined (PPC) && defined (CPU_FAMILY) /* vxWorks */
&& CPU_FAMILY == PPC)
--
All followups to gmp-bugs at swox.com please.
More information about the gmp-bugs
mailing list