X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=misc%2Ftools%2Fall%2Fxonotic.subr;h=0379abdc9b0a8473f198514ffbe069ad9e95584c;hb=eae3784be2283e9cf9ab62405324e7c8e5a14232;hp=b6f40abeb594a4db9608feb93f903aa92a0dd638;hpb=deb8e4616eb74989291de9e010e02d9f1103c477;p=xonotic%2Fxonotic.git diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index b6f40abe..0379abdc 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -122,6 +122,14 @@ case "$cmd" in fi fi + # workaround ARM issue in DP's makefile.inc + case `uname -m` in + x86_64|*86) + ;; + *) + MAKEFLAGS="$MAKEFLAGS CFLAGS_SSE= CFLAGS_SSE2=" + ;; + esac if ! verbose $CC misc/tools/conftest.c -o conftest; then msg ""