PERFORCE change 60377 for review

Peter Wemm peter at FreeBSD.org
Tue Aug 24 15:47:46 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=60377

Change 60377 by peter at 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"


More information about the p4-projects mailing list