[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: new kernels



Regarding __builtin_memset, the error is caused by the assumption that
GCC >= 2.8 handles it internally.  The current official Debian egcs
claims to be >= 2.8 but does not handle __builtin_memset; however, the
latest packaged snapshot from Chris worked fine for me.  The alternative
way is apparently to fool include/asm-alpha/string.h into thinking that
the version of gcc is less than 2.8 (change line 27 to read `#if 0').

	Nikita


--
To UNSUBSCRIBE, email to debian-alpha-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: