Skip to content

Commit

Permalink
CONFIGURE: Clean up OpenPandora flags and add define for USE_ARM_NEON…
Browse files Browse the repository at this point in the history
…_ASPECT_CORRECTOR
  • Loading branch information
djwillis committed Oct 21, 2012
1 parent e792143 commit 6867751
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configure
Expand Up @@ -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
Expand Down

0 comments on commit 6867751

Please sign in to comment.