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/f805248e13e8
branches:  trunk
changeset: 834399:f805248e13e8
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 db27975c6fdf -r f805248e13e8 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