summaryrefslogtreecommitdiffstats
path: root/c/src/bsp.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/bsp.pc.in')
-rw-r--r--c/src/bsp.pc.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/c/src/bsp.pc.in b/c/src/bsp.pc.in
new file mode 100644
index 0000000000..5451620d98
--- /dev/null
+++ b/c/src/bsp.pc.in
@@ -0,0 +1,20 @@
+#
+# 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@
+
+CPU_CFLAGS=@CPU_CFLAGS@
+CFLAGS_OPTIMIZE=@CFLAGS_OPTIMIZE_V@
+CFLAGS_DEBUG=@CFLAGS_DEBUG_V@
+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 ${CPU_CFLAGS}