Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2009 09:28:12 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        Julian Elischer <julian@elischer.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: bootblocks compile broken?
Message-ID:  <200902260928.12493.jhb@freebsd.org>
In-Reply-To: <49A5EBE7.1010200@elischer.org>
References:  <49A37DBF.60702@elischer.org> <200902241254.57223.jhb@freebsd.org> <49A5EBE7.1010200@elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 25 February 2009 8:09:59 pm Julian Elischer wrote:
> John Baldwin wrote:
> > I think you have a stale tree.  What branch are you building and which 
arch?
> > 
> 
> -current
> 
> and I deleted /sys/boot and re-checked it out and got the same result.

You didn't say which arch (amd64 or i386).  But even if you were building on 
amd64 and missing the 'machine' symlink this should still build:

amd64/include/cputypes.h:#define        CPU_VENDOR_CENTAUR      CPU_VENDOR_IDT
amd64/include/specialreg.h:#define      CENTAUR_VENDOR_ID       "CentaurHauls"
i386/include/cputypes.h:#define CPU_VENDOR_CENTAUR      CPU_VENDOR_IDT
i386/include/specialreg.h:#define       CENTAUR_VENDOR_ID       "CentaurHauls"

-- 
John Baldwin



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