On Wed, 4 Mar 2020, Jeffrey Walton wrote:

> Unfortunately, none of these are recognized:
> 
>     armv7a-android-linux
>     aarch64-android-linux
>     x86-android-linux
>     i686-android-linux
>     x86_64-android-linux
>     amd64-android-linux

config.sub has canonicalized these since config.git commit 
1b5f226b2df5732746f421d1ff9b9cd143f2c9da (Sat Jan 28 21:32:55 2012 +1100).  
The canonical form is <cpu>-<vendor>-linux-android, following the 
<cpu>-<vendor>-<kernel>-<os> convention.

> And none of these are recognized for Apple mobile devices:
> 
>     armv7a-apple-ios
>     armv7s-apple-ios
>     aarch64-apple-ios
>     armv8a-apple-ios
>     arm64-apple-ios

And -ios support was added to config.sub in commit 
3d5db9ebe8607382d17d60faf8853c944fc5f353 (Wed Mar 30 14:29:59 2016 +1100).

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to