aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAbhinay Kayastha <abhinay.kayastha@sifive.com>2020-09-29 13:08:18 -0700
committerAndrew Waterman <andrew@sifive.com>2020-09-29 13:33:59 -0700
commit0748aa4b46d488bd0758dcde9ce077ac25ca9cc2 (patch)
tree096402daf843910de78a6fea9a7fbe80e6c4b7d0 /configure
parent4baf970f1b151400152c43559e601625dc03bd67 (diff)
downloadspike-0748aa4b46d488bd0758dcde9ce077ac25ca9cc2.zip
spike-0748aa4b46d488bd0758dcde9ce077ac25ca9cc2.tar.gz
spike-0748aa4b46d488bd0758dcde9ce077ac25ca9cc2.tar.bz2
Partially revert removal of .pc.in files; add disasm.pc.in
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index d7bbecb..7b9da7e 100755
--- a/configure
+++ b/configure
@@ -5264,6 +5264,8 @@ ac_config_files="$ac_config_files Makefile"
ac_config_files="$ac_config_files riscv-fesvr.pc"
+ac_config_files="$ac_config_files riscv-disasm.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
@@ -5966,6 +5968,7 @@ do
"config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
"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" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac