diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk index fed6657ace6..34c6cfa5568 100644 --- a/sys/conf/kern.mk +++ b/sys/conf/kern.mk @@ -56,7 +56,7 @@ INLINE_LIMIT?= 15000 # operations which it has a tendency to do. # .if ${MACHINE_ARCH} == "sparc64" -CFLAGS+= -mcmodel=medlow -msoft-float +CFLAGS+= -mcmodel=medany -msoft-float INLINE_LIMIT?= 15000 .endif