From 0873901c7c66d074f5178bd95a7298e1b5cac77a Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Sun, 24 Jan 2016 00:01:04 -0800 Subject: Remove hwacha support Support for hwacha will continue on the ESP branch (see https://github.com/ucb-bar/esp-isa-sim). --- configure | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) (limited to 'configure') 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" ;; -- cgit v1.1