Date: Tue, 24 Aug 2004 22:47:45 GMT From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 60377 for review Message-ID: <200408242247.i7OMlj27038541@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=60377 Change 60377 by peter@peter_daintree on 2004/08/24 22:47:21 ok, so that was a bad idea. ports took this as a sign that it was ok to use 586/686 32 bit asm code Affected files ... .. //depot/projects/hammer/share/mk/bsd.cpu.mk#20 edit Differences ... ==== //depot/projects/hammer/share/mk/bsd.cpu.mk#20 (text+ko) ==== @@ -180,11 +180,11 @@ . endif . elif ${MACHINE_ARCH} == "amd64" . if ${CPUTYPE} == "k8" -MACHINE_CPU = amd64 3dnow sse2 sse i686 mmx i586 i486 i386 +MACHINE_CPU = amd64 3dnow sse2 sse . elif ${CPUTYPE} == "nocona" -MACHINE_CPU = amd64 sse3 sse2 sse i686 mmx i586 i486 i386 +MACHINE_CPU = amd64 sse3 sse2 sse . else -MACHINE_CPU = amd64 sse2 sse i686 mmx i586 i486 i386 +MACHINE_CPU = amd64 sse2 sse . 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?200408242247.i7OMlj27038541>