summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/pkgconfig.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Fix linker pathSebastian Huber2020-09-201-2/+2
| | | | | | | | | | | 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
* build: Alternative build system based on wafSebastian Huber2020-09-141-0/+34
Update #3818.