OP-TEE / optee_docs

This git contains the official documentation for the OP-TEE project
BSD 2-Clause "Simplified" License
58 stars 96 forks source link

Add gmp-dev and mpc-dev to prerequisites #126

Closed jforissier closed 3 years ago

jforissier commented 3 years ago

Since build.git commit 2e5fb4051fbc ("qemu: Add CONFIG_GDB_SCRIPTS=y to defconfig") [1], development packages gmp-dev and mpc-dev are now needed when building for QEMU. Add them to the prerequisites.

Link: [1] https://github.com/OP-TEE/build/commit/2e5fb4051fbc9813602da74b6080abc22b9bf98a Signed-off-by: Jerome Forissier jerome@forissier.org

jenswi-linaro commented 3 years ago

Acked-by: Jens Wiklander <jens.wiklander@linaro.org>