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 Explicitly enable VFP support for vfp_init...
details: https://anonhg.NetBSD.org/src/rev/49eb4c5978ff
branches: trunk
changeset: 327229:49eb4c5978ff
user: joerg <joerg%NetBSD.org@localhost>
date: Sun Mar 02 13:21:59 2014 +0000
description:
Explicitly enable VFP support for vfp_init.c. Fixes build of
INTEGRATOR_CP with clang.
diffstat:
sys/arch/arm/conf/Makefile.arm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ca8e4db1d908 -r 49eb4c5978ff sys/arch/arm/conf/Makefile.arm
--- a/sys/arch/arm/conf/Makefile.arm Sun Mar 02 09:02:43 2014 +0000
+++ b/sys/arch/arm/conf/Makefile.arm Sun Mar 02 13:21:59 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.arm,v 1.41 2014/01/23 20:58:55 martin Exp $
+# $NetBSD: Makefile.arm,v 1.42 2014/03/02 13:21:59 joerg 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
+COPTS.vfp_init.c= -mfpu=vfp
AFLAGS.bcopyinout.S+=-marm
AFLAGS.cpuswitch.S+=-marm -mfpu=vfp
AFLAGS.locore.S+=-marm
Home |
Main Index |
Thread Index |
Old Index