Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Provide ARM_APCS_FLAGS on arm and earm.
details: https://anonhg.NetBSD.org/src/rev/30e15ea95b7f
branches: trunk
changeset: 325286:30e15ea95b7f
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Dec 16 19:06:41 2013 +0000
description:
Provide ARM_APCS_FLAGS on arm and earm.
diffstat:
share/mk/bsd.own.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 674704a43e61 -r 30e15ea95b7f share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Mon Dec 16 18:29:57 2013 +0000
+++ b/share/mk/bsd.own.mk Mon Dec 16 19:06:41 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.758 2013/12/15 18:08:37 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.759 2013/12/16 19:06:41 skrll Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -756,7 +756,7 @@
MACHINE_GNU_PLATFORM?=${MACHINE_GNU_ARCH}--netbsd
.endif
-.if !empty(MACHINE_ARCH:Marm*)
+.if !empty(MACHINE_ARCH:M*arm*)
# Flags to pass to CC for using the old APCS ABI on ARM for compat or stand.
ARM_APCS_FLAGS= -mabi=apcs-gnu -mfloat-abi=soft
ARM_APCS_FLAGS+=${${ACTIVE_CC} == "clang":? -target ${MACHINE_GNU_ARCH}--netbsdelf -B ${TOOLDIR}/${MACHINE_GNU_PLATFORM}/bin :}
Home |
Main Index |
Thread Index |
Old Index