aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid-John Willis2012-10-21 18:46:58 +0100
committerDavid-John Willis2012-10-21 18:46:58 +0100
commit686775138dbd2553c966f066dea53b90360bdcb3 (patch)
treea1f2a363b66e1dba633167b35b05244c72bb943c
parente7921438cd92848a5f94c59c798039036f8dd9b6 (diff)
downloadscummvm-rg350-686775138dbd2553c966f066dea53b90360bdcb3.tar.gz
scummvm-rg350-686775138dbd2553c966f066dea53b90360bdcb3.tar.bz2
scummvm-rg350-686775138dbd2553c966f066dea53b90360bdcb3.zip
CONFIGURE: Clean up OpenPandora flags and add define for USE_ARM_NEON_ASPECT_CORRECTOR
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index a0119bb1b1..8b9a9e918c 100755
--- a/configure
+++ b/configure
@@ -2525,10 +2525,13 @@ if test -n "$_host"; then
# Use -O3 on the OpenPandora for non-debug builds.
_optimization_level=-O3
fi
+ define_in_config_if_yes yes 'USE_ARM_NEON_ASPECT_CORRECTOR'
CXXFLAGS="$CXXFLAGS -march=armv7-a"
CXXFLAGS="$CXXFLAGS -mtune=cortex-a8"
+ CXXFLAGS="$CXXFLAGS -mfloat-abi=softfp"
CXXFLAGS="$CXXFLAGS -mfpu=neon"
- ASFLAGS="$ASFLAGS -mfloat-abi=soft"
+ CXXFLAGS="$CXXFLAGS -fsingle-precision-constant"
+ ASFLAGS="$ASFLAGS -mfloat-abi=softfp"
_backend="openpandora"
_build_hq_scalers=yes
_vkeybd=no