summaryrefslogtreecommitdiffstats
path: root/usr.sbin/crunch
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-03-27 19:34:24 +0000
committeremaste <emaste@FreeBSD.org>2015-03-27 19:34:24 +0000
commit3bc38f911263b165972a1f07d666715c656bd58a (patch)
treec2ac44ad24a50022f38d967467eda69782bd4732 /usr.sbin/crunch
parente18a30075e23e5e6db4a89bc071bea1fcfcc39cd (diff)
downloadFreeBSD-src-3bc38f911263b165972a1f07d666715c656bd58a.zip
FreeBSD-src-3bc38f911263b165972a1f07d666715c656bd58a.tar.gz
crunchide: arm64 support
Submitted by: andrew@ Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/crunch')
-rw-r--r--usr.sbin/crunch/crunchide/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/crunch/crunchide/Makefile b/usr.sbin/crunch/crunchide/Makefile
index ab8b902..fd23dec 100644
--- a/usr.sbin/crunch/crunchide/Makefile
+++ b/usr.sbin/crunch/crunchide/Makefile
@@ -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
OpenPOWER on IntegriCloud