crunchide: arm64 support

Submitted by:	andrew@
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2015-03-27 19:34:24 +00:00
parent 8de7453501
commit cbfe0ae64b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280769

View File

@ -10,7 +10,8 @@ CFLAGS+=-DNLIST_AOUT
SRCS+= exec_aout.c
.endif
.if ${TARGET_ARCH} == amd64 || ${TARGET_ARCH} == powerpc64 || \
.if ${TARGET_ARCH} == aarch64 || ${TARGET_ARCH} == amd64 || \
${TARGET_ARCH} == powerpc64 || \
${TARGET_ARCH} == sparc64 || ${TARGET_ARCH:Mmips64*}
CFLAGS+=-DNLIST_ELF64
SRCS+= exec_elf64.c