Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules acorn26 probably was not meant to use the arm32 ...



details:   https://anonhg.NetBSD.org/src/rev/b0b71dfe4a2d
branches:  trunk
changeset: 338134:b0b71dfe4a2d
user:      martin <martin%NetBSD.org@localhost>
date:      Mon May 11 21:26:41 2015 +0000

description:
acorn26 probably was not meant to use the arm32 genassym

diffstat:

 sys/modules/Makefile.assym |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r d162c79f3224 -r b0b71dfe4a2d sys/modules/Makefile.assym
--- a/sys/modules/Makefile.assym        Mon May 11 21:07:56 2015 +0000
+++ b/sys/modules/Makefile.assym        Mon May 11 21:26:41 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.assym,v 1.4 2014/03/04 14:58:15 joerg Exp $
+#      $NetBSD: Makefile.assym,v 1.5 2015/05/11 21:26:41 martin Exp $
 
 DPSRCS+=       assym.h
 CLEANFILES+=   assym.h
@@ -12,8 +12,12 @@
 .endif
 
 .if (!empty(MACHINE_ARCH:Mearm*) || !empty(MACHINE_ARCH:Marm*))
+.if ${MACHINE} == "acorn26"
+GENASSYM_DIR= $S/arch/acorn26/acorn26
+.else
 GENASSYM_DIR= $S/arch/arm/arm32
 .endif
+.endif
 
 .if exists($S/arch/${MACHINE}/${MACHINE}/genassym.cf)
 GENASSYM_DIR?= $S/arch/${MACHINE}/${MACHINE}



Home | Main Index | Thread Index | Old Index