Buildworld Fails RELENG_7

Jeremy Chadwick koitsu at FreeBSD.org
Tue May 20 14:33:14 UTC 2008


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 |



More information about the freebsd-stable mailing list