Subject: Re: port-i386/34911: netbsd-3 branch fails to make release on i386
To: None <port-i386-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Christoph Badura <bad@bsd.de>
List: netbsd-bugs
Date: 10/26/2006 22:50:02
The following reply was made to PR port-i386/34911; it has been noted by GNATS.
From: Christoph Badura <bad@bsd.de>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: port-i386/34911: netbsd-3 branch fails to make release on i386
Date: Fri, 27 Oct 2006 00:45:45 +0200
On Thu, Oct 26, 2006 at 04:25:02PM +0000, Matthias Scheler wrote:
> The autobuild for NetBSD 3.1_RC4 worked fine and nothing has been added
> to any kernel configuration afterwards. Do you perhaps use any CPU specific
> optimizations e.g. "-march=..."?
No, my /etc/mk.conf is:
BSDSRCDIR=/m/src
BSDOBJDIR=/m/obj
X11SRCDIR=/m/xsrc
.ifdef BSD_PKG_MK
.
.
.
.endif
And even in the BSD_PKG_MK part there is nothing that changes CFLAGS.
--chris