PERFORCE change 30009 for review

Peter Wemm peter at FreeBSD.org
Mon Apr 28 16:33:44 PDT 2003


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

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


More information about the p4-projects mailing list