Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
ABI: fix test of altabi on arm64
Baptiste Daroussin committed 4 months ago
commit 8d9abfbd487989aa65b4e61a8c85c7a03d0d085b
parent 5a98c3ff4714ccee4ed1ac6fd5c79d44bea05b7d
1 file changed +1 -0
modified tests/frontend/abi.sh
@@ -29,6 +29,7 @@ native_body() {
			version=$(freebsd-version -u | cut -d. -f1)
			thisarch=$(echo "${thisarch}" | sed s/x86_64/amd64/)
			thisabi=$(echo "${thisarch}" | sed s/amd64/x86:64/)
+
			thisabi=$(echo "${thisarch}" | sed s/amd64/aarch64:64/)
			;;
		*)
			version=$(uname -r | cut -d. -f1)