diff options
-rw-r--r-- | sys/conf/kern.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk index 253d267..c46c5d2 100644 --- a/sys/conf/kern.mk +++ b/sys/conf/kern.mk @@ -58,7 +58,8 @@ CFLAGS+= -mcmodel=medlow -msoft-float # .if ${MACHINE_ARCH} == "amd64" CFLAGS+= -mcmodel=kernel -mno-red-zone \ - -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float + -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow \ + -msoft-float -fno-asynchronous-unwind-tables .endif # |