aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2016-01-24 00:01:04 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2016-01-24 00:01:04 -0800
commit0873901c7c66d074f5178bd95a7298e1b5cac77a (patch)
treea0ea12c7b410851b958b8159048af4e48c8e5bf1 /configure
parent3face89fafd851e17343d0fa646852f332af3a0b (diff)
downloadspike-0873901c7c66d074f5178bd95a7298e1b5cac77a.zip
spike-0873901c7c66d074f5178bd95a7298e1b5cac77a.tar.gz
spike-0873901c7c66d074f5178bd95a7298e1b5cac77a.tar.bz2
Remove hwacha support
Support for hwacha will continue on the ESP branch (see https://github.com/ucb-bar/esp-isa-sim).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure49
1 files changed, 0 insertions, 49 deletions
diff --git a/configure b/configure
index 5ef634d..dcc3a55 100755
--- a/configure
+++ b/configure
@@ -4195,51 +4195,6 @@ fi
# Add subproject to our running list
- subprojects="$subprojects hwacha"
-
- # Process the subproject appropriately. If enabled add it to the
- # $enabled_subprojects running shell variable, set a
- # SUBPROJECT_ENABLED C define, and include the appropriate
- # 'subproject.ac'.
-
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: configuring default subproject : hwacha" >&5
-$as_echo "$as_me: configuring default subproject : hwacha" >&6;}
- ac_config_files="$ac_config_files hwacha.mk:hwacha/hwacha.mk.in"
-
- enable_hwacha_sproj="yes"
- subprojects_enabled="$subprojects_enabled hwacha"
-
-$as_echo "#define HWACHA_ENABLED /**/" >>confdefs.h
-
-
-
-
-
-
- # Determine if this is a required or an optional subproject
-
-
-
- # Determine if there is a group with the same name
-
-
-
- # Create variations of the subproject name suitable for use as a CPP
- # enabled define, a shell enabled variable, and a shell function
-
-
-
-
-
-
-
-
-
-
-
- # Add subproject to our running list
-
subprojects="$subprojects dummy_rocc"
# Process the subproject appropriately. If enabled add it to the
@@ -4382,8 +4337,6 @@ 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-hwacha.pc"
-
ac_config_files="$ac_config_files riscv-softfloat.pc"
ac_config_files="$ac_config_files riscv-dummy_rocc.pc"
@@ -5081,7 +5034,6 @@ for ac_config_target in $ac_config_targets
do
case $ac_config_target in
"riscv.mk") CONFIG_FILES="$CONFIG_FILES riscv.mk:riscv/riscv.mk.in" ;;
- "hwacha.mk") CONFIG_FILES="$CONFIG_FILES hwacha.mk:hwacha/hwacha.mk.in" ;;
"dummy_rocc.mk") CONFIG_FILES="$CONFIG_FILES dummy_rocc.mk:dummy_rocc/dummy_rocc.mk.in" ;;
"softfloat.mk") CONFIG_FILES="$CONFIG_FILES softfloat.mk:softfloat/softfloat.mk.in" ;;
"spike_main.mk") CONFIG_FILES="$CONFIG_FILES spike_main.mk:spike_main/spike_main.mk.in" ;;
@@ -5089,7 +5041,6 @@ do
"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-hwacha.pc") CONFIG_FILES="$CONFIG_FILES riscv-hwacha.pc" ;;
"riscv-softfloat.pc") CONFIG_FILES="$CONFIG_FILES riscv-softfloat.pc" ;;
"riscv-dummy_rocc.pc") CONFIG_FILES="$CONFIG_FILES riscv-dummy_rocc.pc" ;;
"riscv-spike_main.pc") CONFIG_FILES="$CONFIG_FILES riscv-spike_main.pc" ;;