clang: Extract default lnosys flag into a config For cases where we rely on symbols from custom libraries instead of libnosys, adding libnosys by default fails with duplicate symbol errors. Extracting `lnosys` ldflag into a config allows the downstream projects to remove it gracefully if required. Bug: b/244452330 Change-Id: I4243f30a033380865d3159438955020ce41b3dcd Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/133110 Reviewed-by: Petr Hosek <phosek@google.com> Commit-Queue: Prabhu Karthikeyan Rajasekaran <prabhukr@google.com> Reviewed-by: Keir Mierle <keir@google.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.