aboutsummaryrefslogtreecommitdiff
path: root/configure
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
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')
-rwxr-xr-xconfigure18
1 files changed, 0 insertions, 18 deletions
diff --git a/configure b/configure
index 317bf66..d7bbecb 100755
--- a/configure
+++ b/configure
@@ -5262,20 +5262,8 @@ ac_config_headers="$ac_config_headers config.h"
ac_config_files="$ac_config_files Makefile"
-ac_config_files="$ac_config_files riscv-spike.pc"
-
-ac_config_files="$ac_config_files riscv-riscv.pc"
-
ac_config_files="$ac_config_files riscv-fesvr.pc"
-ac_config_files="$ac_config_files riscv-softfloat.pc"
-
-ac_config_files="$ac_config_files riscv-customext.pc"
-
-ac_config_files="$ac_config_files riscv-fdt.pc"
-
-ac_config_files="$ac_config_files riscv-spike_main.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
@@ -5977,13 +5965,7 @@ do
"spike_dasm.mk") CONFIG_FILES="$CONFIG_FILES spike_dasm.mk:spike_dasm/spike_dasm.mk.in" ;;
"config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
- "riscv-spike.pc") CONFIG_FILES="$CONFIG_FILES riscv-spike.pc" ;;
- "riscv-riscv.pc") CONFIG_FILES="$CONFIG_FILES riscv-riscv.pc" ;;
"riscv-fesvr.pc") CONFIG_FILES="$CONFIG_FILES riscv-fesvr.pc" ;;
- "riscv-softfloat.pc") CONFIG_FILES="$CONFIG_FILES riscv-softfloat.pc" ;;
- "riscv-customext.pc") CONFIG_FILES="$CONFIG_FILES riscv-customext.pc" ;;
- "riscv-fdt.pc") CONFIG_FILES="$CONFIG_FILES riscv-fdt.pc" ;;
- "riscv-spike_main.pc") CONFIG_FILES="$CONFIG_FILES riscv-spike_main.pc" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac