Description: Disable arm asm as it breaks on armhf
old
|
new
|
echo_n "Checking host CPU architecture..
|
2027 | 2027 | case $_host_cpu in |
2028 | 2028 | arm*) |
2029 | 2029 | echo "ARM" |
2030 | | define_in_config_if_yes yes 'USE_ARM_SCALER_ASM' |
2031 | | define_in_config_if_yes yes 'USE_ARM_SOUND_ASM' |
2032 | | define_in_config_if_yes yes 'USE_ARM_SMUSH_ASM' |
2033 | | define_in_config_if_yes yes 'USE_ARM_GFX_ASM' |
| 2030 | # define_in_config_if_yes yes 'USE_ARM_SCALER_ASM' |
| 2031 | # define_in_config_if_yes yes 'USE_ARM_SOUND_ASM' |
| 2032 | # define_in_config_if_yes yes 'USE_ARM_SMUSH_ASM' |
| 2033 | # define_in_config_if_yes yes 'USE_ARM_GFX_ASM' |
2034 | 2034 | # FIXME: The following feature exhibits a bug during the intro scene of Indy 4 |
2035 | 2035 | # (on Pandora and iPhone at least) |
2036 | 2036 | #define_in_config_if_yes yes 'USE_ARM_COSTUME_ASM' |