Date: Tue, 19 Oct 2004 00:17:54 GMT From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 63341 for review Message-ID: <200410190017.i9J0Hs3L018718@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410190017.i9J0Hs3L018718>