Author: imp
Date: Fri Feb  2 05:04:43 2018
New Revision: 328768
URL: https://svnweb.freebsd.org/changeset/base/328768

Log:
  The routines defined in comparedf2 and comparesf2 are defined in libc
  for softfloat mips. No need to include them here.

Modified:
  head/lib/libcompiler_rt/Makefile.inc

Modified: head/lib/libcompiler_rt/Makefile.inc
==============================================================================
--- head/lib/libcompiler_rt/Makefile.inc        Fri Feb  2 02:28:25 2018        
(r328767)
+++ head/lib/libcompiler_rt/Makefile.inc        Fri Feb  2 05:04:43 2018        
(r328768)
@@ -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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to