summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/pkgconfig.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Export BSP base and family via pkg-configSebastian Huber2023-07-281-0/+2
| | | | | This allows application and library build systems to derive option values from the BSP base and family names.
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* spec/pkgconfig: Allow builds to override headersKinsey Moore2023-04-141-1/+1
| | | | | | | | | This allows any builds targeting an installed RTEMS BSP to override headers in the installed BSP reliably, including headers previously installed by that or other builds. This includes applications, network stacks, libraries, and any other builds. Closes #4896
* 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.