commit | f50962e3f56f0932662b2ffa10afe53339a335dd | [log] [tgz] |
---|---|---|
author | Volodymyr Babchuk <volodymyr_babchuk@epam.com> | Fri Oct 16 16:36:08 2020 +0300 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Oct 19 09:31:39 2020 +0200 |
tree | 550b3e1ba36c0796057bc55afab001ff08082c40 | |
parent | 73196b58ea6978ffa5e581738030f51c5789ef73 [diff] |
ta_dev_kit.mk: make sure that libutils is linked second time libgcc depends on __getauxval symbol from libuils. As, generally libutils is linked before libgcc, we will get "unresolved symbol" error. To resolve this dependency we need to link libutils second time - after libgcc. Signed-off-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Jerome Forissier <jerome@forissier.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers