]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Merge branch 'master' into matthiaskrgr/all_grep
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 15 Jun 2013 15:05:09 +0000 (17:05 +0200)
committerMatthias Krüger <matthias.krueger@famsik.de>
Sat, 15 Jun 2013 15:05:09 +0000 (17:05 +0200)
misc/tools/all/xonotic.subr

index b6f40abeb594a4db9608feb93f903aa92a0dd638..0379abdc9b0a8473f198514ffbe069ad9e95584c 100644 (file)
@@ -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 ""