forked from Imagelibrary/rtems
build: Export BSP base and family via pkg-config
This allows application and library build systems to derive option values from the BSP base and family names.
This commit is contained in:
@@ -15,6 +15,8 @@ content: |
|
||||
ABI_FLAGS=${ABI_FLAGS}
|
||||
RTEMS_ARCH=${ARCH}
|
||||
RTEMS_BSP=${BSP_NAME}
|
||||
RTEMS_BSP_BASE=${BSP_BASE}
|
||||
RTEMS_BSP_FAMILY=${BSP_FAMILY}
|
||||
RTEMS_MAJOR=${__RTEMS_MAJOR__}
|
||||
RTEMS_MINOR=${__RTEMS_MINOR__}
|
||||
RTEMS_REVISION=${__RTEMS_REVISION__}
|
||||
|
||||
Reference in New Issue
Block a user