From 7dbd0949c957704a402e37af3798038f2b41a360 Mon Sep 17 00:00:00 2001 From: Wojciech Bartczak Date: Tue, 2 May 2023 06:34:51 -0700 Subject: Add Spike's meta files for pkg-config This commit adds the *.pc files for Spike's simulation library, enabling dynamic and static linking without the need to directly reference Spike sources. Using Spike as a stand-alone library provides an interesting option for developing tools and applications based on Spike. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 13797a0..1b46578 100644 --- a/configure.ac +++ b/configure.ac @@ -123,4 +123,5 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([riscv-fesvr.pc]) AC_CONFIG_FILES([riscv-disasm.pc]) +AC_CONFIG_FILES([riscv-riscv.pc]) AC_OUTPUT -- cgit v1.1