Diego Biurrun <di...@biurrun.de> writes:

> On Fri, Nov 16, 2012 at 11:19:48PM +0000, Mans Rullgard wrote:
>> --- a/configure
>> +++ b/configure
>> @@ -2666,6 +2670,17 @@ elif enabled avr32; then
>>          ;;
>>      esac
>>  
>> +elif enabled aarch64; then
>> +
>> +    case $cpu in
>> +        armv*)
>> +            cpuflags="-march=$cpu"
>> +        ;;
>> +        *)
>> +            cpuflags="-mcpu=$cpu"
>> +        ;;
>> +    esac
>> +
>>  fi
>>  
>>  add_cflags $cpuflags
>
> Since this is a variant of ARM

It's not.  It's a new architecture strongly influenced by ARM.

-- 
Måns Rullgård
m...@mansr.com
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to