Date: Fri, 2 Feb 2018 05:04:44 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r328768 - head/lib/libcompiler_rt Message-ID: <201802020504.w1254ido017537@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802020504.w1254ido017537>