aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKip Macy <kmacy@FreeBSD.org>2006-11-26 23:16:46 +0000
committerKip Macy <kmacy@FreeBSD.org>2006-11-26 23:16:46 +0000
commitf592bb74a5ecb38560e31a145ebd1b42e95e4736 (patch)
tree6e7cce9b5eaf9d0e1b7c4cfeb5ae02030b6c4341
parent9565e1fac562f7ae794b3e72f20ce8ab3510cbb1 (diff)
Notes
-rw-r--r--sys/conf/kern.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk
index fed6657ace6e..34c6cfa55689 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