crunchide: arm64 support

Submitted by:	andrew@
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
emaste 2015-03-27 19:34:24 +00:00
parent e18a30075e
commit 3bc38f9112

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