Hello! On Thu, May 05, 2005 at 09:11:16AM -0300, Joco Salvatti wrote:
>I'd like to know which compiler is used in OpenBSD's kernel compiling >process. >Thanks. Just look what's happening when you compile a kernel. You'll see calls to as (the assembler, which is gas 2.15 at least on current, i386), and mostly to cc, which is, depending on the platform, gcc 3.3.5 or gcc 2.95, both with OpenBSD-specific modifications (stack protector, __attribute__(bounded) etc.). Kind regards, Hannah.

