Module Name:    src
Committed By:   martin
Date:           Mon May 11 21:26:42 UTC 2015

Modified Files:
        src/sys/modules: Makefile.assym

Log Message:
acorn26 probably was not meant to use the arm32 genassym


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/modules/Makefile.assym

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/Makefile.assym
diff -u src/sys/modules/Makefile.assym:1.4 src/sys/modules/Makefile.assym:1.5
--- src/sys/modules/Makefile.assym:1.4	Tue Mar  4 14:58:15 2014
+++ src/sys/modules/Makefile.assym	Mon May 11 21:26:41 2015
@@ -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 @@ CPPFLAGS+=	-DPPC_OEA
 .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}

Reply via email to