summaryrefslogtreecommitdiffstats
path: root/sys/conf/kern.mk
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-12-19 19:20:48 +0000
committerimp <imp@FreeBSD.org>2015-12-19 19:20:48 +0000
commit69774947bfffd5e16d26b60a82d880aa659abbf2 (patch)
treeee594e524b8e1d5fdb6c764283b566c2caa803bc /sys/conf/kern.mk
parent3e19ac3badb2568b652a55ad83a2d1d351f23c3d (diff)
downloadFreeBSD-src-69774947bfffd5e16d26b60a82d880aa659abbf2.zip
FreeBSD-src-69774947bfffd5e16d26b60a82d880aa659abbf2.tar.gz
Move some MIPS specific flags to be more congruent with other
architectures.
Diffstat (limited to 'sys/conf/kern.mk')
-rw-r--r--sys/conf/kern.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk
index 56ddbda..0a8161d 100644
--- a/sys/conf/kern.mk
+++ b/sys/conf/kern.mk
@@ -160,6 +160,7 @@ CFLAGS.gcc+= -mcall-aixdesc
# For MIPS we also tell gcc to use floating point emulation
#
.if ${MACHINE_CPUARCH} == "mips"
+CFLAGS+= -fno-pic -mno-abicalls -G0
CFLAGS+= -msoft-float
INLINE_LIMIT?= 8000
.endif
OpenPOWER on IntegriCloud