Index: Makefile =================================================================== --- Makefile (revision 493498) +++ Makefile (working copy) @@ -102,6 +102,16 @@ USE_GCC= yes .endif +.if ${ARCH} == aarch64 +WARNING+= "Due to a bug in rtld, rust fails to run on 11.2-RELEASE and 12.0-RELEASE \ + you can either update /libexec/ld-elf.so.1 from -STABLE or -CURRENT \ + or run -STABLE or -CURRENT" +.endif + +.ifdef QEMU_EMULATING +IGNORE= qemu-user-static isn't able to build lang/rust, but it builds fine on a real hardware +.endif + X_PY_ENV= HOME="${WRKDIR}" \ LIBGIT2_SYS_USE_PKG_CONFIG=1 \ LIBSSH2_SYS_USE_PKG_CONFIG=1 \