source: rtems/c/src/bsp.pc.in @ 0afac6a

4.115
Last change on this file since 0afac6a was f1f6f2e0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/19/05 at 03:16:13

Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.

  • Property mode set to 100644
File size: 420 bytes
Line 
1#
2# pkg-config support file for RTEMS BSP @RTEMS_BSP@
3#
4# Warning: This stuff is experimental and may be changed at any time.
5#
6prefix=@prefix@
7exec_prefix=@exec_prefix@
8libdir=@libdir@
9includedir=@includedir@
10
11CFLAGS=@CFLAGS@
12RTEMS_BSP=@RTEMS_BSP@
13
14Name: @host_alias@-@RTEMS_BSP@
15Version: @VERSION@
16Description: RTEMS BSP @RTEMS_BSP@
17Libs:
18Cflags: -qrtems -B${exec_prefix}/lib/ -B${libdir}/ --specs bsp_specs ${CFLAGS}
Note: See TracBrowser for help on using the repository browser.