The routines defined in comparedf2 and comparesf2 are defined in libc

for softfloat mips. No need to include them here.
This commit is contained in:
Warner Losh 2018-02-02 05:04:43 +00:00
parent e1782bae5f
commit 0fd19f4a95
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328768

View file

@ -186,7 +186,7 @@ SRCF+= subsf3
SRCF+= truncdfsf2
.endif
.if ${MACHINE_CPUARCH} != "arm"
.if ${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "mips"
SRCF+= comparedf2
SRCF+= comparesf2
.endif