svn commit: r328768 - head/lib/libcompiler_rt

Warner Losh imp at FreeBSD.org
Fri Feb 2 05:04:44 UTC 2018


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


More information about the svn-src-head mailing list