Date: Tue, 20 May 2008 07:33:13 -0700 From: Jeremy Chadwick <koitsu@FreeBSD.org> To: Dave Uhring <duhring@charter.net> Cc: freebsd-stable@freebsd.org Subject: Re: Buildworld Fails RELENG_7 Message-ID: <20080520143313.GA34595@eos.sc1.parodius.com> In-Reply-To: <20080520142411.GA18695@charter.net> References: <20080520142411.GA18695@charter.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 20, 2008 at 09:24:11AM -0500, Dave Uhring wrote: > cc -O2 -fno-strict-aliasing -pipe -m32 -march=athlon-mp -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -DSTD_INSPIRED -DPCTS -DHAVE_LONG_DOUBLE -DTZDIR=\"/usr/share/zoneinfo\" -Demkdir=mkdir -I/usr/src/usr.sbin/zic/zdump/.. -I/usr/src/usr.sbin/zic/zdump/../../../lib/libc/stdtime -o zdump zdump.o ialloc.o scheck.o > > I specified CPUTYPE?=k8 but make chose -march=athlon-mp. So? This is normal. Look at /usr/share/mk/bsd.cpu.mk. I see this code: . elif ${CPUTYPE} == "opteron" || ${CPUTYPE} == "athlon64" || ${CPUTYPE} == "k8" CPUTYPE = athlon-mp There's your answer for that. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080520143313.GA34595>