Lines Matching +full:qemu +full:- +full:user +full:- +full:static
2 # * Copyright (C) 2017 - This file is part of libecc project
7 # * Jean-Pierre FLORI <jean-pierre.flori@ssi.gouv.fr>
22 …-apple-darwin" ] && [ "$triplet" != "x86_64-apple-darwin" ] && [ "$triplet" != "x86_64h-apple-darw…
23 echo " [X] Using QEMU static"
28 …if [ "$triplet" = "i386-apple-darwin" ] || [ "$triplet" = "x86_64-apple-darwin" ] || [ "$triplet" …
29 echo " [X] Testing MAC-OS binaries is futur work!"
31 if [ "$triplet" = "i686-w64-mingw32" ] || [ "$triplet" = "x86_64-w64-mingw32" ]; then
41 echo "$0 uses qemu-static and wine to run self tests"
45 echo "arm-linux-gnueabi / arm-linux-gnueabihf / powerpc64le-linux-gnu / aarch64-linux-gnu /"
46 …echo "mipsel-linux-gnu / i386-apple-darwin / x86_64-apple-darwin / i686-w64-mingw32 / x86_64-w64-m…
51 SRC_DIR=`dirname "$(readlink -f "$0")"`/..
54 # Check for the qemu-static command line
57 QEMU_CHECK=$(qemu-$arch-static -h)
58 if [ $? -ne 0 ]; then
59 echo "qemu-$arch-static is not installed ... Please install it! (usually in qemu-user-static)"
64 WINE_CHECK=$(wine --help)
65 if [ $? -ne 0 ]; then
70 WINE64_CHECK=$(wine64 --help)
71 if [ $? -ne 0 ]; then
77 if [ "$1" = "-h" ]
84 if [ "$1" = "-triplet" ]
102 …-linux-gnueabi arm-linux-gnueabihf powerpc64le-linux-gnu aarch64-linux-gnu mipsel-linux-gnu i386-a…
104 ALL_CHECKS="$ALL_CHECKS\n-triplet $triplet $wordsize"
108 if [ "$1" = "-cpu" ]
110 if [ "$3" = "-triplet" ]
112 echo "-cpu and -triplet are not compatible ..."
115 # User defined number of CPUs
124 echo $ALL_CHECKS | xargs -n 4 -P $NCPU sh `readlink -f "$0"`