]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Added cmake toolchain arm support. (#350)
authorNathan Moinvaziri <nathan@solidstatenetworks.com>
Tue, 4 Jun 2019 08:48:43 +0000 (01:48 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 4 Jun 2019 08:48:43 +0000 (10:48 +0200)
commitef3edcb9135c4a5dd6443a0162c8a9ff31841955
tree1b73cc45a1c738c6fad3c0c6411d2937a9b86f66
parent3e6ea19d346b7f2de960fcf22228bac1ea184f94
Added cmake toolchain arm support. (#350)

This PR only adds cmake toolchain files for ARM. NAME/COMMAND stuff is so CMAKE_CROSSCOMPILING_EMULATOR is used. The message() is to prevent a warning about unused variable when specifying CMAKE_TOOLCHAIN_FILE.
CMakeLists.txt
cmake/toolchain-aarch64.cmake [new file with mode: 0644]
cmake/toolchain-arm.cmake [new file with mode: 0644]