Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc_fp/arch/mips set MKSOFTFLOAT=no so we don't get ano...
details: https://anonhg.NetBSD.org/src/rev/1585293119ef
branches: trunk
changeset: 348223:1585293119ef
user: macallan <macallan%NetBSD.org@localhost>
date: Mon Oct 10 18:49:30 2016 +0000
description:
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
diffstat:
lib/libc_fp/arch/mips/Makefile.inc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r f7063517ff07 -r 1585293119ef lib/libc_fp/arch/mips/Makefile.inc
--- a/lib/libc_fp/arch/mips/Makefile.inc Mon Oct 10 14:23:35 2016 +0000
+++ b/lib/libc_fp/arch/mips/Makefile.inc Mon Oct 10 18:49:30 2016 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index