From eae3784be2283e9cf9ab62405324e7c8e5a14232 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 12 Jun 2013 14:06:25 +0200 Subject: [PATCH] workaround ARM issue in DP's makefile.inc --- misc/tools/all/xonotic.subr | 8 ++++++++ 1 file changed, 8 insertions(+) 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 "" -- 2.39.2