From owner-p4-projects@FreeBSD.ORG Tue Oct 19 00:17:56 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id C9A5C16A4FB; Tue, 19 Oct 2004 00:17:55 +0000 (GMT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2804116A4CF for ; Tue, 19 Oct 2004 00:17:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B7E443D46 for ; Tue, 19 Oct 2004 00:17:55 +0000 (GMT) (envelope-from peter@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9J0HsVH018721 for ; Tue, 19 Oct 2004 00:17:55 GMT (envelope-from peter@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9J0Hs3L018718 for perforce@freebsd.org; Tue, 19 Oct 2004 00:17:54 GMT (envelope-from peter@freebsd.org) Date: Tue, 19 Oct 2004 00:17:54 GMT Message-Id: <200410190017.i9J0Hs3L018718@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm To: Perforce Change Reviews Subject: PERFORCE change 63341 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 00:17:56 -0000 http://perforce.freebsd.org/chv.cgi?CH=63341 Change 63341 by peter@peter_daintree on 2004/10/19 00:17:51 update for the new world order Affected files ... .. //depot/projects/hammer/share/mk/bsd.cpu.mk#24 edit Differences ... ==== //depot/projects/hammer/share/mk/bsd.cpu.mk#24 (text+ko) ==== @@ -12,7 +12,6 @@ _CPUCFLAGS = -mcpu=ev4 -mtune=ev5 MACHINE_CPU = ev4 . elif ${MACHINE_ARCH} == "amd64" -_CPUCFLAGS = MACHINE_CPU = amd64 sse2 sse . elif ${MACHINE_ARCH} == "ia64" MACHINE_CPU = itanium @@ -88,10 +87,8 @@ . elif ${CPUTYPE} == "k5" _ICC_CPUCFLAGS = -tpp5 . elif ${CPUTYPE} == "prescott" -_CPUCFLAGS = -march=prescott _ICC_CPUCFLAGS = -tpp7 -xiMKW . elif ${CPUTYPE} == "pentium4" || ${CPUTYPE} == "pentium4m" -_CPUCFLAGS = -march=pentium4 _ICC_CPUCFLAGS = -tpp7 -xiMKW . elif ${CPUTYPE} == "pentium3" || ${CPUTYPE} == "pentium3m" || \ ${CPUTYPE} == "pentium-m" @@ -117,12 +114,6 @@ . else _CPUCFLAGS = -mcpu=${CPUTYPE} . endif -. elif ${MACHINE_ARCH} == "amd64" -. if ${CPUTYPE} == "k8" -_CPUCFLAGS = -march=k8 -. elif ${CPUTYPE} == "nocona" -_CPUCFLAGS = -march=nocona -. endif . endif # Set up the list of CPU features based on the CPU type. This is an @@ -180,7 +171,7 @@ . elif ${CPUTYPE} == "nocona" MACHINE_CPU = sse3 sse2 sse mmx . else -MACHINE_CPU = amd64 sse2 sse +MACHINE_CPU = amd64 sse2 sse #unspecified, no 3dnow nor sse3 . endif . elif ${MACHINE_ARCH} == "ia64" . if ${CPUTYPE} == "itanium"