commit | c3cd9f5d6c1841a2dd1b51c5f601f6e627377ea8 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Mon May 25 18:47:00 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue May 26 15:03:31 2020 +0200 |
tree | 117620e09b58980edd43cc8e6042bd5d228f89aa | |
parent | 11f2da60f49d47d2c0ce370bd47c3df1285a8745 [diff] |
toolchain.mk: add clang-toolchains target Add "make clang-toolchains" to download and extract Clang 9.0.1 into $(ROOT)/clang-9.0.1. Usage: $ make clang-toolchains Then use the following command to build OP-TEE and TAs with Clang: $ PATH=$PWD/../clang-9.0.1/bin:$PATH make COMPILER=clang Signed-off-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Victor Chong <victor.chong@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers