diff options
author | antoniou79 | 2019-10-04 13:53:52 +0300 |
---|---|---|
committer | antoniou79 | 2019-10-04 13:53:52 +0300 |
commit | e5a65c28b86dc3bee24cf7d46ebf694e776e087a (patch) | |
tree | 2d69e63ed082aca23fe33b1a2dae4f1c85a6e4dc /configure | |
parent | 50f71c8c808381a4147cebddb67c1b982d9d3ee3 (diff) | |
download | scummvm-rg350-e5a65c28b86dc3bee24cf7d46ebf694e776e087a.tar.gz scummvm-rg350-e5a65c28b86dc3bee24cf7d46ebf694e776e087a.tar.bz2 scummvm-rg350-e5a65c28b86dc3bee24cf7d46ebf694e776e087a.zip |
CONFIGURE: Add clarification of possible target android hosts
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -968,9 +968,12 @@ Fine tuning of the installation directories: Special configuration feature: --host=HOST cross-compile to target HOST (arm-linux, ...) special targets: 3ds for Nintendo 3DS - android-arm for Android ARM - android-mips for Android MIPS + android or android-arm for Android ARMv5TE (armeabi) + android-v7a or android-arm-v7a for Android ARMv7-A (armeabi-v7a) + android-arm64-v8a for Android ARMv8-A (arm64-v8a) android-x86 for Android x86 + android-x86_64 for Android x86_64 + android-mips for Android MIPS androidsdl for Android with SDL backend caanoo for Caanoo dingux for Dingux |