From 825c13dca54c2501693006804a29669701f8fade Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 12 Dec 2021 07:20:34 +0200 Subject: [PATCH] disable SSE2 in the ARM mode configuration --- twister-cli-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twister-cli-installer.sh b/twister-cli-installer.sh index eb887d8..ea81e61 100644 --- a/twister-cli-installer.sh +++ b/twister-cli-installer.sh @@ -162,7 +162,7 @@ function install() { ./autotool.sh if [[ $ARM == "y" ]]; then - ./configure --with-boost-libdir=/usr/lib/arm-linux-gnueabihf + ./configure --with-boost-libdir=/usr/lib/arm-linux-gnueabihf --disable-sse2 else ./configure fi