Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/epoc32/conf conditionally set MACHINE_ARCH to arm, ...
details: https://anonhg.NetBSD.org/src/rev/43233ba31e1f
branches: trunk
changeset: 992017:43233ba31e1f
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Aug 12 09:27:02 2018 +0000
description:
conditionally set MACHINE_ARCH to arm, like other makefiles.
fixes epoc32 builds.
diffstat:
sys/arch/epoc32/conf/Makefile.epoc32.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (12 lines):
diff -r 433340c9e6ff -r 43233ba31e1f sys/arch/epoc32/conf/Makefile.epoc32.inc
--- a/sys/arch/epoc32/conf/Makefile.epoc32.inc Sun Aug 12 09:05:52 2018 +0000
+++ b/sys/arch/epoc32/conf/Makefile.epoc32.inc Sun Aug 12 09:27:02 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.epoc32.inc,v 1.5 2015/08/25 02:38:15 uebayasi Exp $
+# $NetBSD: Makefile.epoc32.inc,v 1.6 2018/08/12 09:27:02 mrg Exp $
-MACHINE_ARCH= arm
+MACHINE_ARCH?= arm
CPPFLAGS+= -D${MACHINE}
SYSTEM_FIRST_OBJ= epoc32_start.o
Home |
Main Index |
Thread Index |
Old Index