Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2008 10:41:29 -0400
From:      Mike Edenfield <kutulu@kutulu.org>
To:        Dave Uhring <duhring@charter.net>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Buildworld Fails RELENG_7
Message-ID:  <4832E319.7080102@kutulu.org>
In-Reply-To: <20080520142411.GA18695@charter.net>
References:  <20080520142411.GA18695@charter.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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.

This part is behaving as expected for FreeBSD; the make process coverts 
any of the athlon64 cpu types into athlon-mp.  Based on the gcc 
documentation I don't think it makes much difference; the only 
discrepancy between the two seems the presence of the 64-bit instruction 
set.



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