summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2009-07-13 23:03:44 +0000
committergonzo <gonzo@FreeBSD.org>2009-07-13 23:03:44 +0000
commite5adcbf739f0715577c136c6120dd204356606b5 (patch)
tree5c438c2f517836df5f1695e765fe0beac8bfb945 /sys/conf
parent184aeea6e93c422964c9b6c9f25e2aa04a213e3d (diff)
downloadFreeBSD-src-e5adcbf739f0715577c136c6120dd204356606b5.zip
FreeBSD-src-e5adcbf739f0715577c136c6120dd204356606b5.tar.gz
- Remove -mno-dsp from CFLAGS. MIPS DSP ASE is off by default
now (as it should be)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/Makefile.mips2
-rw-r--r--sys/conf/kern.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/Makefile.mips b/sys/conf/Makefile.mips
index 89a2bd5..779e706 100644
--- a/sys/conf/Makefile.mips
+++ b/sys/conf/Makefile.mips
@@ -44,7 +44,7 @@ MKMODULESENV+= MACHINE=${MACHINE} MACHINE_ARCH=${MACHINE_ARCH}
# We default to the MIPS32 ISA, if none specified in the
# kernel configuration file.
ARCH_FLAGS?=-march=mips32
-EXTRA_FLAGS=-fno-pic -mno-abicalls -mno-dsp -G0
+EXTRA_FLAGS=-fno-pic -mno-abicalls -G0
HACK_EXTRA_FLAGS=-shared
.if defined(TARGET_BIG_ENDIAN)
diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk
index f9618ef..afff7c9 100644
--- a/sys/conf/kern.mk
+++ b/sys/conf/kern.mk
@@ -90,7 +90,7 @@ INLINE_LIMIT?= 15000
# disable MIPS DSP ASE Instruction set.
#
.if ${MACHINE_ARCH} == "mips"
-CFLAGS+= -msoft-float -mno-dsp
+CFLAGS+= -msoft-float
INLINE_LIMIT?= 8000
.endif
OpenPOWER on IntegriCloud