From 0e05d35f9d1bcfbca5239601c6e1fdede3fb707f Mon Sep 17 00:00:00 2001 From: Julen Landa Alustiza Date: Jun 12 2018 15:41:48 +0000 Subject: guest-os: Add aarch64 support --- diff --git a/performance/lmbench3/scripts/gnu-os b/performance/lmbench3/scripts/gnu-os index f2f8819..81d5569 100755 --- a/performance/lmbench3/scripts/gnu-os +++ b/performance/lmbench3/scripts/gnu-os @@ -830,6 +830,9 @@ EOF arm*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; + aarch64*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; cris:Linux:*:*) echo cris-axis-linux-gnu exit 0 ;;