From owner-freebsd-questions Fri Mar 31 0:28:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id DDCC937B938 for ; Fri, 31 Mar 2000 00:28:36 -0800 (PST) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12awn0-000LoJ-00; Fri, 31 Mar 2000 10:28:22 +0200 From: Sheldon Hearn To: Conrad Sabatier Cc: FreeBSD questions , "David J. Kanter" Subject: Re: /etc/make.conf In-reply-to: Your message of "Thu, 30 Mar 2000 12:17:16 CST." Date: Fri, 31 Mar 2000 10:28:21 +0200 Message-ID: <83842.954491301@axl.ops.uunet.co.za> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 30 Mar 2000 12:17:16 CST, Conrad Sabatier wrote: > I use: > > CFLAGS= -02 -pipe -m486 > COPTFLAGS= -O -pipe Please understand that, while this may work for you, it's not supported: 5.0-CURRENT's /etc/defaults/make.conf: # Note that optimisation settings above -O (-O2, ...) are not recommended # or supported for compiling the world or the kernel - please revert any # nonstandard optimisation settings to "-O" before submitting bug reports # to the developers. # Note also that at this time the -O2 setting is known to produce BROKEN # CODE on the Alpha platform. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message