commit | 1e47c64266a53d4df0a9593b21c686045ac9e22a | [log] [tgz] |
---|---|---|
author | Luca Burelli <l.burelli@arduino.cc> | Mon Jan 22 18:12:21 2024 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Apr 08 09:04:32 2024 +0200 |
tree | 30981888bdac573905796a008264dc747fe738ec | |
parent | f61b003b07c178ed8ae8309196f668e4cd695c07 [diff] |
llext: use CMake shared library support on Xtensa This change reworks the Xtensa support in llext to use CMake's native shared library support, instead of manually running "gcc -shared". This change minimizes the differences in llext handling by defining appropriate CMake targets for the different architectures. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>