Skip to content

Commit

Permalink
fix build for arm32.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlelstv committed Aug 18, 2023
1 parent be94491 commit a534ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions news/nn/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.53 2021/04/25 07:51:25 mrg Exp $
# $NetBSD: Makefile,v 1.54 2023/08/18 05:19:23 mlelstv Exp $

DISTNAME= nn-6.7.3
PKGREVISION= 5
Expand Down Expand Up @@ -33,7 +33,7 @@ SFILE.*= s-netbsd.h
MFILE= m-i80386.h
.elif ${MACHINE_ARCH} == "mipseb"
MFILE= m-mipsel.h
.elif ${MACHINE_CPU} == "aarch64"
.elif ${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm"
MFILE= m-arm.h
.else
MFILE= m-${MACHINE_ARCH}.h
Expand Down

0 comments on commit a534ec6

Please sign in to comment.