Add AARCH64 to the list of 64bit targets that require PLIST handling
PR: 201182 Differential Revision: https://reviews.freebsd.org/D2948 Reviewed by: koobs lwhsu emaste
This commit is contained in:
@@ -83,7 +83,7 @@ PLIST_SUB+= X86_ONLY=""
|
||||
PLIST_SUB+= X86_ONLY="@comment "
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == powerpc64 || ${ARCH} == mips64
|
||||
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == powerpc64 || ${ARCH} == mips64
|
||||
PLIST_SUB+= 32BIT_ONLY="@comment "
|
||||
.else
|
||||
PLIST_SUB+= 32BIT_ONLY=""
|
||||
|
||||
Reference in New Issue
Block a user