comparison configure @ 32909:39d7be48ee84

Print correct result variable for armv6t2 test.
author reimar
date Wed, 02 Mar 2011 07:53:59 +0000
parents d5c110e49682
children 983a6e18b80d
comparison
equal deleted inserted replaced
32908:c93ae40fb504 32909:39d7be48ee84
2891 echocheck "ARMv6t2 (SIMD instructions)" 2891 echocheck "ARMv6t2 (SIMD instructions)"
2892 if test $_armv6t2 = "auto" ; then 2892 if test $_armv6t2 = "auto" ; then
2893 _armv6t2=no 2893 _armv6t2=no
2894 inline_asm_check '"movt r0, #0"' && _armv6t2=yes 2894 inline_asm_check '"movt r0, #0"' && _armv6t2=yes
2895 fi 2895 fi
2896 echores "$_armv6" 2896 echores "$_armv6t2"
2897 2897
2898 echocheck "ARM VFP" 2898 echocheck "ARM VFP"
2899 if test $_armvfp = "auto" ; then 2899 if test $_armvfp = "auto" ; then
2900 _armvfp=no 2900 _armvfp=no
2901 inline_asm_check '"fadds s0, s0, s0"' && _armvfp=yes 2901 inline_asm_check '"fadds s0, s0, s0"' && _armvfp=yes