Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/riscv/gdtoa revert previously. we want riscv32...
details: https://anonhg.NetBSD.org/src/rev/25366160d09e
branches: trunk
changeset: 998373:25366160d09e
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Apr 16 08:04:23 2019 +0000
description:
revert previously. we want riscv32 to have 128 bit long double...
shall fix the compiler instead.
diffstat:
lib/libc/arch/riscv/gdtoa/Makefile.inc | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (14 lines):
diff -r 659e6ac70f84 -r 25366160d09e lib/libc/arch/riscv/gdtoa/Makefile.inc
--- a/lib/libc/arch/riscv/gdtoa/Makefile.inc Tue Apr 16 08:01:36 2019 +0000
+++ b/lib/libc/arch/riscv/gdtoa/Makefile.inc Tue Apr 16 08:04:23 2019 +0000
@@ -1,8 +1,5 @@
-# $NetBSD: Makefile.inc,v 1.3 2019/04/16 07:32:30 mrg Exp $
+# $NetBSD: Makefile.inc,v 1.4 2019/04/16 08:04:23 mrg Exp $
-SRCS+= strtof.c
+SRCS+= strtof.c strtold_pQ.c
SRCS+= strtopQ.c
-.if ${MACHINE_ARCH} == "riscv64"
-SRCS+= strtold_pQ.c
-.endif
Home |
Main Index |
Thread Index |
Old Index