Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/conf Always compile the kernel with -mfloat=soft



details:   https://anonhg.NetBSD.org/src/rev/87dd17269196
branches:  trunk
changeset: 784587:87dd17269196
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Feb 03 00:43:14 2013 +0000

description:
Always compile the kernel with -mfloat=soft

diffstat:

 sys/arch/arm/conf/Makefile.arm |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3838f7dd4585 -r 87dd17269196 sys/arch/arm/conf/Makefile.arm
--- a/sys/arch/arm/conf/Makefile.arm    Sat Feb 02 21:55:28 2013 +0000
+++ b/sys/arch/arm/conf/Makefile.arm    Sun Feb 03 00:43:14 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.arm,v 1.35 2012/10/05 01:39:45 matt Exp $
+#      $NetBSD: Makefile.arm,v 1.36 2013/02/03 00:43:14 matt Exp $
 
 # Makefile for NetBSD
 #
@@ -35,6 +35,7 @@
 # CPPFLAGS set by platform-specific Makefile fragment.
 AFLAGS+=       -x assembler-with-cpp
 COPTS.arm32_kvminit.c+=                -fno-stack-protector
+CFLAGS+=        -mfloat=soft
 
 ##
 ## (3) libkern and compat



Home | Main Index | Thread Index | Old Index