Subject: Re: netbsd-3: Failed to make release
To: None <current-users@NetBSD.org>
From: rudolf <netbsd@eq.cz>
List: current-users
Date: 04/01/2006 06:22:55
rudolf wrote:
> Matthias Scheler wrote:
>> 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.
 >
> 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.

Hi,

it helped, thanks.

Regards,

r.