diff options
| author | Kip Macy <kmacy@FreeBSD.org> | 2006-11-26 23:16:46 +0000 |
|---|---|---|
| committer | Kip Macy <kmacy@FreeBSD.org> | 2006-11-26 23:16:46 +0000 |
| commit | f592bb74a5ecb38560e31a145ebd1b42e95e4736 (patch) | |
| tree | 6e7cce9b5eaf9d0e1b7c4cfeb5ae02030b6c4341 /sys/conf | |
| parent | 9565e1fac562f7ae794b3e72f20ce8ab3510cbb1 (diff) | |
Notes
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 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 |
