Subject: Re: netbsd-3: Failed to make release
To: Matthias Scheler <tron@zhadum.org.uk>
From: rudolf <netbsd@eq.cz>
List: current-users
Date: 03/31/2006 20:30:21
Matthias Scheler wrote:
> In article <442D2B1C.3060102@eq.cz>,
> rudolf <netbsd@eq.cz> writes:
> The usual cause for such problems is trying to build a release with
> custom optimizations e.g. "-march=athlon-tbird" which results in
> larger binaries produced by GCC.
>
> Did you use any custom build options?
>
> Kind regards
Hi,
there was a cpuflags optimization make-script included in my mk.conf:
.sinclude "/usr/pkg/share/mk/cpuflags.mk"
so now I "ifdef-ed" it:
.ifdef BSD_PKG_MK
.sinclude "/usr/pkg/share/mk/cpuflags.mk"
.endif
I'll drop a notice if it helped. Thanks!
r.