From 6ac54925ff38b8776c6df91a4880031902c179e2 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Sat, 7 Sep 2013 10:26:22 +0200 Subject: [PATCH] Added -mx32 flag --- src/build/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/compile.sh b/src/build/compile.sh index 0eca09016..b6c14f33f 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -21,7 +21,7 @@ type libtool >> "$DIR/install.log" 2>&1 || { echo >&2 "[ERROR] Please install \" type m4 >> "$DIR/install.log" 2>&1 || { echo >&2 "[ERROR] Please install \"m4\""; read -p "Press [Enter] to continue..."; exit 1; } type wget >> "$DIR/install.log" 2>&1 || { echo >&2 "[ERROR] Please install \"wget\""; read -p "Press [Enter] to continue..."; exit 1; } -export CC="gcc" +export CC="gcc -mx32" COMPILE_FOR_ANDROID=no RANLIB=ranlib if [ "$1" == "rpi" ]; then