Steve Kostecke said:
> Jakub Wilk said:

>>haveged failed to build from source on sparc[0]:

>haveged only supports x86 and amd64.

This is not completely true. The code should still support SPARC (and
ia64 and ppc), but the Debian SPARC port has a 32bit (aka sparclite)
userland (with a 64bit kernel) and haveged wants to use an assembler
instruction only available in v9 aka 64bit mode:

#ifdef HAVE_ISA_SPARC
#define ARCH "sparc"
#define HARDCLOCK(x) ASM("rd %%tick, %0":"=r"(x):"r"(x))
#endif

I don't know, if it is possible to compile 64bit userland applications
in Debians SPARC-Port and I am not able to verify this at the present
moment, since my Sun v240 is currently out of order.

Grüße,
Sven.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to