On Tue, Dec 28, 2010 at 14:40:56 -0500, Ivan Jager wrote:

> 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
> 
Doh.  Missed that, thanks.  It shouldn't be an issue, though, since both
definitions are the same?  In any case, util-vserver got rebuilt against
the NMUed dietlibc, as version 0.30.216-pre2864-2+b2, so it'd be nice if
that got some testing.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature

Reply via email to