Subject: Re: Build failure - Atomic ops makes bootxx_ffsv2 too big?
To: None <paul@whooppee.com>
From: Simon Burge <simonb@NetBSD.org>
List: current-users
Date: 02/11/2008 16:01:28
Paul Goyette wrote:
> On Sun, 10 Feb 2008, Paul Goyette wrote:
>
> > Sources updated just moments ago via CVS...
> >
> > --- dependall-bootxx_ffsv2 ---
> > /usr/obj/tooldir/x86_64/amd64/bin/x86_64--netbsd-objcopy -O binary
> > bootxx_ffsv2.
> > sym bootxx_ffsv2
> > ### bootxx_ffsv2 size 7884 is larger than 7680
> > *** [bootxx_ffsv2] Error code 1
> > 1 error
>
> BTW, this occurs on both port-amd64 and port-i386 ...
Wrapping the guts of common/lib/libc/arch/i386/atomic/Makefile.inc in
.if defined(LIB) && (${LIB} == "kern")
...
.endif
gets the bootblocks building again, but I'm sure not at this stage what
else breaks with this change.
Still looking...
Simon.