Thank you! That is why I asked. I just thought it was odd to include the 8-9
if that was the case, but I have no way to test it. :)
Sean
On Saturday, April 12, 2014 4:35 AM, Peter Maydell
wrote:
On 12 April 2014 00:57, Sean Omalley wrote:
>
>> I was looking at rc2 and /scripts/qemu-bi
On 12 April 2014 00:57, Sean Omalley wrote:
> I was looking at rc2 and /scripts/qemu-binfmt-conf.sh briefly,
> it has
>
> # probe cpu type
> cpu=`uname -m`
> case "$cpu" in
>
> Then there is no cpu for aarch64, but if you poke down further,
> there is a if-then that uses a cpu=aarch64.
>
> Should