- Remove -mno-dsp from CFLAGS. MIPS DSP ASE is off by default
now (as it should be)
This commit is contained in:
parent
184aeea6e9
commit
e5adcbf739
@ -210,7 +210,7 @@ CFLAGS += -EL
|
||||
LDFLAGS += -Wl,-EL
|
||||
LD += -EL
|
||||
. endif
|
||||
CFLAGS += -msoft-float -G0 -mno-dsp -mabicalls
|
||||
CFLAGS += -msoft-float -G0 -mabicalls
|
||||
.endif
|
||||
|
||||
# NB: COPTFLAGS is handled in /usr/src/sys/conf/kern.pre.mk
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user