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/b1e362be00ef
branches: trunk
changeset: 806391:b1e362be00ef
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 f84f2b8193dd -r b1e362be00ef 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