Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2009 09:16:31 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-stable@freebsd.org
Cc:        Doug Rabson <dfr@rabson.org>, Kip Macy <kmacy@freebsd.org>, Andriy Gapon <avg@freebsd.org>
Subject:   Re: on 'btxld: zfsboot.ldr: Invalid argument' again
Message-ID:  <200905290916.32124.jhb@freebsd.org>
In-Reply-To: <4A1FD724.4000503@freebsd.org>
References:  <4A1D4A13.7030702@icyb.net.ua> <4A1D6DA3.40005@freebsd.org> <4A1FD724.4000503@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 29 May 2009 8:37:56 am Andriy Gapon wrote:
> 
> So anybody else feels that the below should be committed?
> Most probably modulo __FreeBSD_version bump because it has just got bumped 
in
> stable/7 for a different reason.

Yes.
 
> > diff --git a/Makefile.inc1 b/Makefile.inc1
> > index 119ba09..5071065 100644
> > --- a/Makefile.inc1
> > +++ b/Makefile.inc1
> > @@ -985,7 +985,7 @@ build-tools:
> >  #
> >  # cross-tools: Build cross-building tools
> >  #
> > -.if ${TARGET_ARCH} != ${MACHINE_ARCH}
> > +.if ${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 702102
> >  .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
> >  _btxld=		usr.sbin/btxld
> >  .endif

-- 
John Baldwin



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