Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2007 14:40:04 GMT
From:      ru@FreeBSD.org
To:        yuri@tsoft.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: misc/118146: 7.0-BETA2 buildworld fails when CFLAGS is set to '' before build
Message-ID:  <200711211440.lALEe4rw092730@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: 7.0-BETA2 buildworld fails when CFLAGS is set to '' before build

State-Changed-From-To: open->closed
State-Changed-By: ru
State-Changed-When: Wed Nov 21 14:37:37 UTC 2007
State-Changed-Why: 
It's documented in make.conf(5) that we don't support optimization
levels other than -O and -O2, and specifying an empty CFLAGS is
equivalent to -O0, which breaks the i386 build in this case.

http://www.freebsd.org/cgi/query-pr.cgi?pr=118146



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