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 fix tpyo
details: https://anonhg.NetBSD.org/src/rev/2746f1eff6e8
branches: trunk
changeset: 818356:2746f1eff6e8
user: macallan <macallan%NetBSD.org@localhost>
date: Sun Oct 09 17:18:32 2016 +0000
description:
fix tpyo
diffstat:
lib/libc_fp/arch/mips/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (15 lines):
diff -r 34396b1c2e21 -r 2746f1eff6e8 lib/libc_fp/arch/mips/Makefile.inc
--- a/lib/libc_fp/arch/mips/Makefile.inc Sun Oct 09 15:01:49 2016 +0000
+++ b/lib/libc_fp/arch/mips/Makefile.inc Sun Oct 09 17:18:32 2016 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.inc,v 1.1 2016/07/14 01:59:18 matt Exp $
+# $NetBSD: Makefile.inc,v 1.2 2016/10/09 17:18:32 macallan Exp $
#
CPUFLAGS+= -mhard-float
SRCS= fpsf.S fpdf.S
-AFLAGS.vfpsf.S+= -mhard-float
-AFLAGS.vfpdf.S+= -mhard-float
+AFLAGS.fpsf.S+= -mhard-float
+AFLAGS.fpdf.S+= -mhard-float
Home |
Main Index |
Thread Index |
Old Index