acorn26 probably was not meant to use the arm32 genassym

This commit is contained in:
martin 2015-05-11 21:26:41 +00:00
parent 840d8b9a07
commit b0b97e486a
1 changed files with 5 additions and 1 deletions

View File

@ -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}