From 5f0a252faeb70fae1444417d249f26ec73bc9fd9 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Fri, 20 Dec 2019 16:37:48 +0000 Subject: On non Linux systems, (g)make distrib stops halfway because of QEMU not supported. Symplifying cores counting data gathering. --- qemu_mode/build_qemu_support.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qemu_mode') diff --git a/qemu_mode/build_qemu_support.sh b/qemu_mode/build_qemu_support.sh index afd82f72..9da51cfd 100755 --- a/qemu_mode/build_qemu_support.sh +++ b/qemu_mode/build_qemu_support.sh @@ -44,7 +44,7 @@ echo "[*] Performing basic sanity checks..." if [ ! "`uname -s`" = "Linux" ]; then echo "[-] Error: QEMU instrumentation is supported only on Linux." - exit 1 + exit 0 fi -- cgit 1.4.1