[PATCH] incorrect __vxworks__ usage in longlong.h
David Edelsohn
dje@watson.ibm.com
Wed, 30 Jul 2003 21:40:51 -0400
>>>>> Kevin Ryde writes:
Kevin> Ah, actually Torbjorn points out this is within a covering #if
Kevin> __powerpc__ and so isn't reached for non-powerpc vxworks. Not that
Kevin> it's wanted, but at least it's not actively harmful.
I agree that it doesn't make sense why it should cause problems
for other architectures, but the vxworks target already defines _ARCH_PPC,
so it is duplicative. Maybe the person who reported the problem can
explain the failure more in more detail.
David