summaryrefslogtreecommitdiffstats
path: root/c/src/bsp.pc.in
blob: 9d948b8c5365b466968004a3e53c1dc9e3082360 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# pkg-config support file for RTEMS BSP @RTEMS_BSP@
#
# Warning: This stuff is experimental and may be changed at any time.
#
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

CFLAGS=@CFLAGS@
RTEMS_BSP=@RTEMS_BSP@

Name: @host_alias@-@RTEMS_BSP@
Version: @VERSION@
Description: RTEMS BSP @RTEMS_BSP@
Libs:
Cflags: -qrtems -B${exec_prefix}/lib/ -B${libdir}/ --specs bsp_specs ${CFLAGS}