Attempt to unbreak INDEX on aarch64

This commit is contained in:
Antoine Brodin 2019-05-16 05:37:43 +00:00
parent 788f17d4d4
commit 48c84e1736
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501770

View File

@ -53,10 +53,6 @@ BOOTSTRAP_OSREL= 12
BOOTSTRAP_OSREL= 11
.endif
.if ${ARCH} == aarch64
LLVM_VERSION= 50
.endif
.if ${OPSYS} != FreeBSD
IGNORE= not supported on anything but FreeBSD
.endif