Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2002 13:08:47 +1000
From:      Gregory Bond <gnb@itga.com.au>
To:        Sean Chittenden <sean@chittenden.org>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Kernel build problems [FIXED/bug?]... 
Message-ID:  <200204150308.NAA21814@lightning.itga.com.au>
In-Reply-To: Your message of Sat, 13 Apr 2002 12:22:38 -0700.

next in thread | raw e-mail | index | archive | help
> Ah!  Here's the problem: in my /etc/make.conf, my COPTFLAGS was set to
> -g.  Might be worth noting this someplace if it isn't already.  This
> used to work though so I know that something's changed since March 2nd
> (last successful build for me on this box).  Anyone have any ideas? 

Compiling the kernel without -O is not supported, because it is not possible to 
write ASM constraints in gcc that work for both the -O and non-O case (as you 
found out!)  This could probably be considered a gcc bug, or at least a 
misfeature of the design of gcc's code generator.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204150308.NAA21814>