aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWojciech Bartczak <wbartczak@marvell.com>2023-05-02 06:34:51 -0700
committerWojciech Bartczak <wbartczak@marvell.com>2023-05-19 06:37:52 -0700
commit7dbd0949c957704a402e37af3798038f2b41a360 (patch)
treecc1a5a99372a82360ac78e231a997033e7771171 /configure.ac
parent76b0027c177113fcf083ba2c95b3c35feb642957 (diff)
downloadriscv-isa-sim-7dbd0949c957704a402e37af3798038f2b41a360.zip
riscv-isa-sim-7dbd0949c957704a402e37af3798038f2b41a360.tar.gz
riscv-isa-sim-7dbd0949c957704a402e37af3798038f2b41a360.tar.bz2
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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