Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include Don't build modules with float instruct...
details: https://anonhg.NetBSD.org/src/rev/8578c4f9fe26
branches: trunk
changeset: 336249:8578c4f9fe26
user: joerg <joerg%NetBSD.org@localhost>
date: Sat Feb 21 12:50:23 2015 +0000
description:
Don't build modules with float instructions.
diffstat:
sys/arch/arm/include/Makefile.inc | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (7 lines):
diff -r de3cf33e102f -r 8578c4f9fe26 sys/arch/arm/include/Makefile.inc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/arm/include/Makefile.inc Sat Feb 21 12:50:23 2015 +0000
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile.inc,v 1.1 2015/02/21 12:50:23 joerg Exp $
+
+CFLAGS+= -mfloat-abi=soft
Home |
Main Index |
Thread Index |
Old Index