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 Pass -mfpu=vfp so GAS won't complain about...
details: https://anonhg.NetBSD.org/src/rev/0f27adbd2831
branches: trunk
changeset: 325494:0f27adbd2831
user: matt <matt%NetBSD.org@localhost>
date: Fri Dec 27 04:41:29 2013 +0000
description:
Pass -mfpu=vfp so GAS won't complain about vmsrne
diffstat:
sys/arch/arm/conf/Makefile.arm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 867266815102 -r 0f27adbd2831 sys/arch/arm/conf/Makefile.arm
--- a/sys/arch/arm/conf/Makefile.arm Thu Dec 26 20:38:11 2013 +0000
+++ b/sys/arch/arm/conf/Makefile.arm Fri Dec 27 04:41:29 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.arm,v 1.38 2013/10/28 22:52:04 matt Exp $
+# $NetBSD: Makefile.arm,v 1.39 2013/12/27 04:41:29 matt Exp $
# Makefile for NetBSD
#
@@ -36,7 +36,7 @@
AFLAGS+= -x assembler-with-cpp
COPTS.arm32_kvminit.c+= -fno-stack-protector
AFLAGS.bcopyinout.S+=-marm
-AFLAGS.cpuswitch.S+=-marm
+AFLAGS.cpuswitch.S+=-marm -mfpu=vfp
AFLAGS.locore.S+=-marm
AFLAGS.fusu.S+=-marm
AFLAGS.exception.S+=-marm
Home |
Main Index |
Thread Index |
Old Index