Searched hist:"1601359959482 e9549d9452d0e0b8ab0ac907d5f" (Results 1 – 1 of 1) sorted by relevance
| /optee_os/mk/ |
| H A D | clang.mk | 1601359959482e9549d9452d0e0b8ab0ac907d5f Thu May 07 09:54:58 UTC 2020 Victor Chong <victor.chong@linaro.org> clang.mk: use the compiler-rt runtime instead of libgcc
Add the `-rtlib` option to `clang -print-libgcc-file-name` so that the compiler-rt runtime is used instead of libgcc, as the AOSP (also any other Clang-only) build environment comes with compiler-rt but not libgcc.
Signed-off-by: Victor Chong <victor.chong@linaro.org> Reviewed-by: Jerome Forissier <jerome@forissier.org> Tested-by: Jerome Forissier <jerome@forissier.org> (QEMUv8, Clang 9.0.1)
|