From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Henderson To: Christian Iseli Cc: egcs@cygnus.com Subject: Re: __builtin_memset needed by Linux kernel on Alpha Date: Tue, 28 Apr 1998 19:14:00 -0000 Message-id: <19980428153852.01389@dot.cygnus.com> References: <199804281007.MAA01711@lslsun17.epfl.ch> X-SW-Source: 1998-04/msg01122.html On Tue, Apr 28, 1998 at 12:07:36PM +0200, Christian Iseli wrote: > I tried building Linux kernel 2.1.98 on an alpha pc164lx. Things fail > when ld tries to link the vmlinux file, 'cause it misses __builtin_memset. It was my mistake in selecting the test in include/asm-alpha/string.h. You'll have to change the `#if __GNUC__ >=2 ...' to `#if 0'. > I tried with egcs-1.0.2, and also with gcc-2.8.1. Same story. > gcc-2.7.2.3 does not exhibit this problem. It will, incidentially, work with the egcs snapshots, which is where the proper __builtin_memset support was added. ;-) r~