On 18 Oct 2017, at 17:11, Aaron M. Ucko <[email protected]> wrote: > > Luca Boccassi <[email protected]> writes: > >> I guess I'll take my chances and do an upload anyway later today. > > Thanks (to both you and James)! I tend to check __sparcv9 in such > cases, but from what I gather either approach should work.
__sparcv9 is only defined for Solaris, and __sparc_v9__ is only defined for Linux, but __sparc__ && __arch64__ is defined on both. Regards, James

