commit | 80164983242b9434e4d1a2941b8fa854499bd9e2 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Wed Aug 03 14:59:39 2022 +0000 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Aug 08 10:25:51 2022 +0200 |
tree | 91bc179a2e159e5fdf6013a6dbba7072536311f3 | |
parent | 0ef63b3c1b840721222faf3a0195acae3772181b [diff] |
toolchain.mk: allow parallel build of cross-compiler on Aarch64 hosts On an Aarch64 host, "make toolchains" does not use parallel jobs when building the Aarch64 GCC and the following warning is shown: $ make -j32 toolchains [...] make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Therefore, add the '+' sign as recommended. This speeds up the build quite a bit on a 32-core machine for example. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@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