aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
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.ac
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.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d0c26b6..5a8e65f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -81,7 +81,7 @@ AC_SUBST([CXXFLAGS],["-Wall -Wno-unused -O2 -std=c++11"])
# The '*' suffix indicates an optional subproject. The '**' suffix
# indicates an optional subproject which is also the name of a group.
-MCPPBS_SUBPROJECTS([ riscv, hwacha, dummy_rocc, softfloat, spike_main ])
+MCPPBS_SUBPROJECTS([ riscv, dummy_rocc, softfloat, spike_main ])
#-------------------------------------------------------------------------
# MCPPBS subproject groups
@@ -102,7 +102,6 @@ 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-hwacha.pc])
AC_CONFIG_FILES([riscv-softfloat.pc])
AC_CONFIG_FILES([riscv-dummy_rocc.pc])
AC_CONFIG_FILES([riscv-spike_main.pc])