Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/arm/gen Explicitly enable FPU support.
details: https://anonhg.NetBSD.org/src/rev/90dc0be52c45
branches: trunk
changeset: 325464:90dc0be52c45
user: joerg <joerg%NetBSD.org@localhost>
date: Wed Dec 25 22:05:12 2013 +0000
description:
Explicitly enable FPU support.
diffstat:
lib/libc/arch/arm/gen/Makefile.inc | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 174c9b696502 -r 90dc0be52c45 lib/libc/arch/arm/gen/Makefile.inc
--- a/lib/libc/arch/arm/gen/Makefile.inc Wed Dec 25 22:04:52 2013 +0000
+++ b/lib/libc/arch/arm/gen/Makefile.inc Wed Dec 25 22:05:12 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.25 2013/08/21 03:09:39 matt Exp $
+# $NetBSD: Makefile.inc,v 1.26 2013/12/25 22:05:12 joerg Exp $
SRCS+= alloca.S byte_swap_2.S byte_swap_4.S bswap64.c divide.S divsi3.S \
fabs.c flt_rounds.c udivsi3.S
@@ -20,6 +20,9 @@
SRCS+= modsi3.S umodsi3.S
.endif
+AFLAGS._setjmp.S= -mfpu=vfp
+AFLAGS.setjmp.S= -mfpu=vfp
+
SRCS+= nanf.c
SRCS+= setjmp.S
Home |
Main Index |
Thread Index |
Old Index