Module Name:    src
Committed By:   macallan
Date:           Mon Oct 10 18:49:30 UTC 2016

Modified Files:
        src/lib/libc_fp/arch/mips: Makefile.inc

Log Message:
set MKSOFTFLOAT=no so we don't get another -msoft-float slapped on COPTS
now this actually builds
thanks to mrg for pointing me in the right direction


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc_fp/arch/mips/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc_fp/arch/mips/Makefile.inc
diff -u src/lib/libc_fp/arch/mips/Makefile.inc:1.2 src/lib/libc_fp/arch/mips/Makefile.inc:1.3
--- src/lib/libc_fp/arch/mips/Makefile.inc:1.2	Sun Oct  9 17:18:32 2016
+++ src/lib/libc_fp/arch/mips/Makefile.inc	Mon Oct 10 18:49:30 2016
@@ -1,7 +1,8 @@
-#	$NetBSD: Makefile.inc,v 1.2 2016/10/09 17:18:32 macallan Exp $
+#	$NetBSD: Makefile.inc,v 1.3 2016/10/10 18:49:30 macallan Exp $
 #
 
 CPUFLAGS+=	-mhard-float
+MKSOFTFLOAT=	no
 
 SRCS=		fpsf.S fpdf.S
 AFLAGS.fpsf.S+=	-mhard-float

Reply via email to