Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2003 16:33:41 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30009 for review
Message-ID:  <200304282333.h3SNXf4b096295@repoman.freebsd.org>

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

Change 30009 by peter@peter_daintree on 2003/04/28 16:32:50

	s/x86_64/amd64/

Affected files ...

.. //depot/projects/hammer/sys/conf/kern.mk#6 edit

Differences ...

==== //depot/projects/hammer/sys/conf/kern.mk#6 (text+ko) ====

@@ -53,10 +53,10 @@
 .endif
 
 #
-# For AMD x86-64, use a medium model for now.  We'll switch to "kernel"
+# For AMD64, use a medium model for now.  We'll switch to "kernel"
 # once pmap is ready.
 #
-.if ${MACHINE_ARCH} == "x86_64"
+.if ${MACHINE_ARCH} == "amd64"
 CFLAGS+=	-mcmodel=medium -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float
 .endif
 



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