diff options
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/kern.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk index ba85101..253d267 100644 --- a/sys/conf/kern.mk +++ b/sys/conf/kern.mk @@ -57,7 +57,7 @@ CFLAGS+= -mcmodel=medlow -msoft-float # once pmap is ready. Be excessively careful to not generate FPU code. # .if ${MACHINE_ARCH} == "amd64" -CFLAGS+= -mcmodel=medium -mno-red-zone \ +CFLAGS+= -mcmodel=kernel -mno-red-zone \ -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float .endif |