On Mon, 27 Dec 2010, Julien Cristau wrote:
Thanks, I've applied a similar patch, adding defined(__arch64__) as alternative since that seems to be defined by gcc -m64 on Debian/sparc, whereas __sparcv9 isn't, so hopefully this will fix sparc and not break sparc64. I'll upload the NMU in a minute, can you check afterwards that 603882 goes away?
Adding the extra defined(__arch64__) will cause __WORDSIZE to be defined twice on 64-bit sparc, because a few lines later we have:
#if defined(__sparc__) && (__arch64__) #define __WORDSIZE 64 #endif Ivan -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org