Rename toolchain setting files (#4839)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 25 Mar 2019 09:15:43 +0000 (18:15 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 25 Mar 2019 09:15:43 +0000 (18:15 +0900)
commit0da491211e369f0e4b4f37960c1da0fbd0e51493
treeccf58634e1920aa2740eaebc7b57e1c909275784
parente473cbd78c7953a19c0f9c78717386050e7d4d4b
Rename toolchain setting files (#4839)

- Rename toolchain setting directory and files for cross build to cmake/buildtool/cross/toolchain_$(TARGET_ARCH_LC)-$(TARGET_OS).cmake
- Remove needless x86-64 cross build toolchain setting

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Makefile
cmake/buildtool/cross/toolchain_aarch64-linux.cmake [moved from cmake/config/config_aarch64-linux.cmake with 100% similarity]
cmake/buildtool/cross/toolchain_aarch64-tizen.cmake [moved from cmake/config/config_aarch64-tizen.cmake with 100% similarity]
cmake/buildtool/cross/toolchain_arm64-android.cmake [moved from cmake/config/config_arm64-android.cmake with 100% similarity]
cmake/buildtool/cross/toolchain_armv7l-linux.cmake [moved from cmake/config/config_armv7l-linux.cmake with 100% similarity]
cmake/buildtool/cross/toolchain_armv7l-tizen.cmake [moved from cmake/config/config_armv7l-tizen.cmake with 100% similarity]
cmake/config/config_x86_64-linux.cmake [deleted file]