Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/csu Make all earm variants use earm.
details: https://anonhg.NetBSD.org/src/rev/9c1ca5a49c88
branches: trunk
changeset: 786416:9c1ca5a49c88
user: matt <matt%NetBSD.org@localhost>
date: Sun Apr 28 06:09:52 2013 +0000
description:
Make all earm variants use earm.
diffstat:
lib/csu/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r b838415b5dc9 -r 9c1ca5a49c88 lib/csu/Makefile
--- a/lib/csu/Makefile Sun Apr 28 05:41:25 2013 +0000
+++ b/lib/csu/Makefile Sun Apr 28 06:09:52 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2012/06/16 19:19:14 joerg Exp $
+# $NetBSD: Makefile,v 1.32 2013/04/28 06:09:52 matt Exp $
.include <bsd.own.mk>
@@ -8,6 +8,8 @@
. if !exists(${.CURDIR}/arch/${CSU_MACHINE_ARCH}/Makefile.inc)
. error CSU_MACHINE_ARCH (${CSU_MACHINE_ARCH}) is unsupported
. endif
+.elif !empty(MACHINE_ARCH:Mearm*)
+CSU_MACHINE_ARCH= earm
.elif exists(${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc)
CSU_MACHINE_ARCH= ${MACHINE_ARCH}
.elif exists(${.CURDIR}/arch/${MACHINE_CPU}/Makefile.inc)
Home |
Main Index |
Thread Index |
Old Index