commit | 3e4b9ded0b226ed310b735593f7fb9e372565ca1 | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Mon Dec 10 15:18:20 2018 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Dec 13 08:36:58 2018 -0600 |
tree | 705139688b3c4026448b4aba2b9d380a76adfcd4 | |
parent | ef5cdbb390cb6beefddbd19a6d89410bddccefce [diff] |
cmake: clang: Add the runtime library to the link command When building with clang symbols from the runtime library, like __divdi3 were not being resolved. To fix this we add the "library path for the currently used compiler runtime library" to the link path. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>