aboutsummaryrefslogtreecommitdiff
path: root/configure
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
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')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 419132f..93a4302 100755
--- a/configure
+++ b/configure
@@ -6362,6 +6362,8 @@ ac_config_files="$ac_config_files riscv-fesvr.pc"
ac_config_files="$ac_config_files riscv-disasm.pc"
+ac_config_files="$ac_config_files riscv-riscv.pc"
+
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
@@ -7065,6 +7067,7 @@ do
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"riscv-fesvr.pc") CONFIG_FILES="$CONFIG_FILES riscv-fesvr.pc" ;;
"riscv-disasm.pc") CONFIG_FILES="$CONFIG_FILES riscv-disasm.pc" ;;
+ "riscv-riscv.pc") CONFIG_FILES="$CONFIG_FILES riscv-riscv.pc" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac