[build] Use aarch64 for arm64 (#9417)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 9 Dec 2019 01:43:59 +0000 (10:43 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 9 Dec 2019 01:43:59 +0000 (10:43 +0900)
commit796d985186734207c9cfcf1b7db57e11e5b74680
tree43ebbcd705d305a6d1eb70b776c4d477ca252039
parent9d59221746793e7c44231379b8bd831b761d1fbb
[build] Use aarch64 for arm64 (#9417)

Change naming arm64 to aarch64
Naming arm64 is used for external tools and libraries
Update build rootfs script

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
16 files changed:
Makefile.template
docs/nnfw/howto/CrossBuildForAarch64.md
docs/nnfw/howto/CrossBuildForAndroid.md
docs/nnfw/howto/CrossBuildForArm.md
infra/cmake/modules/IdentifyPlatform.cmake
infra/cmake/packages/ARMComputeConfig.cmake
infra/nnfw/cmake/buildtool/config/config_aarch64-android.cmake [moved from infra/nnfw/cmake/buildtool/config/config_arm64-android.cmake with 90% similarity]
infra/nnfw/cmake/buildtool/cross/toolchain_aarch64-android.cmake [moved from infra/nnfw/cmake/buildtool/cross/toolchain_arm64-android.cmake with 93% similarity]
infra/nnfw/cmake/buildtool/cross/toolchain_aarch64-linux.cmake
infra/nnfw/cmake/buildtool/cross/toolchain_aarch64-tizen.cmake
infra/nnfw/cmake/options/options_aarch64-android.cmake [moved from infra/nnfw/cmake/options/options_arm64-android.cmake with 96% similarity]
runtime/contrib/android_benchmark_app/README.md
tools/cross/aarch64/sources.list.bionic [new file with mode: 0644]
tools/cross/aarch64/sources.list.trusty [moved from tools/cross/arm64/sources.list.trusty with 100% similarity]
tools/cross/aarch64/sources.list.xenial [moved from tools/cross/arm64/sources.list.xenial with 100% similarity]
tools/cross/build_rootfs.sh