On Thu, Jun 23, 2011 at 03:42:54PM +0100, Mans Rullgard wrote:
> These CPUs are thumb-only and thus require this option.
> 
> Signed-off-by: Mans Rullgard <[email protected]>
> ---
>  configure |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/configure b/configure
> index 0f2bd06..f557482 100755
> --- a/configure
> +++ b/configure
> @@ -2270,7 +2270,7 @@ elif enabled arm; then
>              case $cpu in
>                  cortex-a*)                               subarch=armv7a  ;;
>                  cortex-r*)                               subarch=armv7r  ;;
> -                cortex-m*)                               subarch=armv7m  ;;
> +                cortex-m*)                 enable thumb; subarch=armv7m  ;;
>                  arm11*)                                  subarch=armv6   ;;
>                  arm[79]*e*|arm9[24]6*|arm96*|arm102[26]) subarch=armv5te ;;
>                  armv4*|arm7*|arm9[24]*)                  subarch=armv4   ;;

looks reasonable
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to