aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2020-09-22 14:02:59 -0700
committerAndrew Waterman <andrew@sifive.com>2020-09-22 14:03:37 -0700
commit4672cf245cfcea2723ed568f0f0b3baa50711213 (patch)
tree026ff1a7d4bee57bf5c1eacecb2fb5ff727819cf /configure.ac
parent59d450e58646bdc0af5e9250df7d6267c3c791fc (diff)
downloadspike-4672cf245cfcea2723ed568f0f0b3baa50711213.zip
spike-4672cf245cfcea2723ed568f0f0b3baa50711213.tar.gz
spike-4672cf245cfcea2723ed568f0f0b3baa50711213.tar.bz2
Only install pkg-config files for libraries that are installed
Resolves #549
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 139043b..8205239 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,11 +115,5 @@ MCPPBS_SUBPROJECTS([ fesvr, riscv, disasm, customext, fdt, softfloat, spike_main
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile])
-AC_CONFIG_FILES([riscv-spike.pc])
-AC_CONFIG_FILES([riscv-riscv.pc])
AC_CONFIG_FILES([riscv-fesvr.pc])
-AC_CONFIG_FILES([riscv-softfloat.pc])
-AC_CONFIG_FILES([riscv-customext.pc])
-AC_CONFIG_FILES([riscv-fdt.pc])
-AC_CONFIG_FILES([riscv-spike_main.pc])
AC_OUTPUT