Added generic-armv7-a to compile script

This commit is contained in:
Shoghi Cervantes 2013-08-20 17:45:32 +02:00
parent 26ce2e9e13
commit 5ee2ad6a17

View File

@ -46,7 +46,7 @@ elif [ "$1" == "crosscompile" ]; then
elif [ "$2" == "android-armv7" ]; then
COMPILE_FOR_ANDROID=yes
[ -z "$march" ] && march=armv7;
[ -z "$mtune" ] && mtune=generic;
[ -z "$mtune" ] && mtune=generic-armv7-a;
TOOLCHAIN_PREFIX="arm-none-linux-gnueabi"
export CC="$TOOLCHAIN_PREFIX-gcc"
CONFIGURE_FLAGS="--host=$TOOLCHAIN_PREFIX"