mirror of
https://github.com/twisterarmy/twister-cli-installer.git
synced 2025-03-12 21:31:24 +00:00
disable SSE2 in the ARM mode configuration
This commit is contained in:
parent
cb20dcd4a6
commit
825c13dca5
@ -162,7 +162,7 @@ function install() {
|
|||||||
./autotool.sh
|
./autotool.sh
|
||||||
|
|
||||||
if [[ $ARM == "y" ]]; then
|
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
|
else
|
||||||
./configure
|
./configure
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user