diff options
Diffstat (limited to 'sys')
-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 fed6657..34c6cfa 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 |