commit | f342db9fdc99a36252f4fda9ffbd949c84624ab2 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Tue Jan 07 18:19:46 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Jan 08 15:32:13 2020 +0100 |
tree | afce68dd69451a55790832e3fea0eeaecc8140ed | |
parent | 1dde8bd432ed14d73deab23eb8fa4ddc81cbfb6a [diff] |
hikey960: fix EDK2 build with GCC <= 7 Use the cc-option macro to deal with compilers that do not support the -Wno-error=stringop-truncation option. Fixes: 46f7be20a128 ("hikey960: fix EDK2 build with GCC 9.x") Signed-off-by: Jerome Forissier <jerome@forissier.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