diff options
author | Andrew Waterman <waterman@eecs.berkeley.edu> | 2014-01-26 16:26:39 -0800 |
---|---|---|
committer | Andrew Waterman <waterman@eecs.berkeley.edu> | 2014-01-26 16:26:39 -0800 |
commit | fb3be246718190972e8e30688d64632cbb910329 (patch) | |
tree | 6a1c11b2bec419946c871711dad8c793f9419ed7 /configure.ac | |
parent | afa56de3d56a00998ce8e7a0f8a73a3996bd1f25 (diff) | |
download | riscv-isa-sim-fb3be246718190972e8e30688d64632cbb910329.zip riscv-isa-sim-fb3be246718190972e8e30688d64632cbb910329.tar.gz riscv-isa-sim-fb3be246718190972e8e30688d64632cbb910329.tar.bz2 |
Eliminate hwacha <-> riscv circular dependence
We now split out the spike executable into another subproject,
which depends on both rocket and hwacha
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bf35807..ce84dc5 100644 --- a/configure.ac +++ b/configure.ac @@ -82,7 +82,7 @@ AC_SUBST([CXXFLAGS],["-Wall -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, softfloat ]) +MCPPBS_SUBPROJECTS([ riscv, hwacha, softfloat, spike ]) #------------------------------------------------------------------------- # MCPPBS subproject groups |