PERFORCE change 31490 for review

Peter Wemm peter at FreeBSD.org
Mon May 19 15:25:52 PDT 2003


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

Change 31490 by peter at peter_daintree on 2003/05/19 15:25:09

	ru@ pointed this out to me.  Take a guess.  We dont seem
	to have any x86-64/amd64 specific stuff in the tree yet..
	OK, the openssl stuff does, but it isn't connected.

Affected files ...

.. //depot/projects/hammer/share/mk/bsd.cpu.mk#6 edit

Differences ...

==== //depot/projects/hammer/share/mk/bsd.cpu.mk#6 (text+ko) ====

@@ -11,8 +11,8 @@
 . elif ${MACHINE_ARCH} == "alpha"
 _CPUCFLAGS = -mcpu=ev4 -mtune=ev5
 MACHINE_CPU = ev4
-.elif ${MACHINE_ARCH} == "x86-64" || ${MACHINE_ARCH} == "x86_64"
-MACHINE_CPU = x86-64 sse2 sse
+.elif ${MACHINE_ARCH} == "amd64"
+MACHINE_CPU = amd64 sse2 sse
 . elif ${MACHINE_ARCH} == "ia64"
 _CPUCFLAGS =
 MACHINE_CPU = itanium
@@ -128,8 +128,8 @@
 .  elif ${CPUTYPE} == "ev4"
 MACHINE_CPU = ev4
 .  endif
-. elif ${MACHINE_ARCH} == "x86-64" || ${MACHINE_ARCH} == "x86_64"
-MACHINE_CPU = x86-64 sse2 sse
+. elif ${MACHINE_ARCH} == "amd64"
+MACHINE_CPU = amd64 sse2 sse
 . elif ${MACHINE_ARCH} == "ia64"
 .  if ${CPUTYPE} == "itanium"
 MACHINE_CPU = itanium


More information about the p4-projects mailing list