summaryrefslogtreecommitdiff
path: root/spec/build/bsps/pkgconfig.yml (follow)
AgeCommit message (Collapse)Author
2020-09-20build: Fix linker pathSebastian Huber
Use -B for the linker since some architectures use extra start files defined by the GCC specification and provided by the BSP, for example powerpc. Start files are not found by -L. In the long run, the GCC defined start files should be provided by GCC. This is a GCC 11 topic. Update #3818
2020-09-14build: Alternative build system based on wafSebastian Huber
Update #3818.