Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2003 15:25:49 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 31490 for review
Message-ID:  <200305192225.h4JMPnKB039854@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=31490

Change 31490 by peter@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305192225.h4JMPnKB039854>