commit | 44404dcb1899e5ad97aa6d106592b6795a891886 | [log] [tgz] |
---|---|---|
author | Alvin Chang <alvinga@andestech.com> | Mon May 15 22:12:00 2023 +0800 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue May 16 13:56:49 2023 +0200 |
tree | 5072e9a87d765b689d660a37f24ff52c244a28cf | |
parent | 4b263e2f4c3a174222e9a4afe35d89f6d86a2553 [diff] |
common.mk: Remove deprecated legacy toolchains The legacy toolchain support is added in commit: 92582b5 ("Support legacy compiler") However, it is removed later in commit: 6a0fc2b ("toolchain: Remove legacy toolchains") Since legacy toolchain is removed, we also remove unnecessary variables in common.mk. Signed-off-by: Alvin Chang <alvinga@andestech.com> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@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