PERFORCE change 29472 for review
Peter Wemm
peter at FreeBSD.org
Tue Apr 22 18:16:25 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=29472
Change 29472 by peter at peter_daintree on 2003/04/22 18:15:46
Do Not Use Any Floating Point Or SSE Stuff In The Kernel Thankyou.
Affected files ...
.. //depot/projects/hammer/sys/conf/kern.mk#5 edit
Differences ...
==== //depot/projects/hammer/sys/conf/kern.mk#5 (text+ko) ====
@@ -57,7 +57,7 @@
# once pmap is ready.
#
.if ${MACHINE_ARCH} == "x86_64"
-CFLAGS+= -mcmodel=medium -mno-red-zone
+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