From owner-freebsd-stable@FreeBSD.ORG Tue May 20 14:41:40 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BAD41065674 for ; Tue, 20 May 2008 14:41:40 +0000 (UTC) (envelope-from kutulu@kutulu.org) Received: from cdptpa-omtalb.mail.rr.com (cdptpa-omtalb.mail.rr.com [75.180.132.122]) by mx1.freebsd.org (Postfix) with ESMTP id 2FAF38FC2D for ; Tue, 20 May 2008 14:41:40 +0000 (UTC) (envelope-from kutulu@kutulu.org) Received: from basement.kutulu.org ([97.101.60.32]) by cdptpa-omta05.mail.rr.com with ESMTP id <20080520144139.JLVU8238.cdptpa-omta05.mail.rr.com@basement.kutulu.org>; Tue, 20 May 2008 14:41:39 +0000 Received: by basement.kutulu.org (Postfix, from userid 58) id CEAB51146E; Tue, 20 May 2008 10:41:38 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on basement.kutulu.org X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.4 Received: from [127.0.0.1] (localhost [127.0.0.1]) by basement.kutulu.org (Postfix) with ESMTPS id 3DBF611440; Tue, 20 May 2008 10:41:32 -0400 (EDT) Message-ID: <4832E319.7080102@kutulu.org> Date: Tue, 20 May 2008 10:41:29 -0400 From: Mike Edenfield User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Dave Uhring References: <20080520142411.GA18695@charter.net> In-Reply-To: <20080520142411.GA18695@charter.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Buildworld Fails RELENG_7 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2008 14:41:40 -0000 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.