From db8f598d56951cf43f22a5e325e0d23c8f7559f9 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 26 Apr 2021 14:00:41 +0200 Subject: build: Remove old build system Close #3250. Close #4081. --- c/src/bsp.pc.in | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 c/src/bsp.pc.in (limited to 'c/src/bsp.pc.in') diff --git a/c/src/bsp.pc.in b/c/src/bsp.pc.in deleted file mode 100644 index 9d948b8c53..0000000000 --- a/c/src/bsp.pc.in +++ /dev/null @@ -1,18 +0,0 @@ -# -# 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} -- cgit v1.2.3