aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@eecs.berkeley.edu>2014-01-25 18:31:32 -0800
committerAndrew Waterman <waterman@eecs.berkeley.edu>2014-01-25 18:31:32 -0800
commit017f62ac55a9514d12d47cf608f7f5ca6c1d4973 (patch)
treeb59791f1fc9322b5c60b75815c244e00a2f33596 /configure.ac
parent287a1f87ca850b3583c27a1f178aaee28e02f2df (diff)
downloadspike-017f62ac55a9514d12d47cf608f7f5ca6c1d4973.zip
spike-017f62ac55a9514d12d47cf608f7f5ca6c1d4973.tar.gz
spike-017f62ac55a9514d12d47cf608f7f5ca6c1d4973.tar.bz2
Merge softfloat_riscv into softfloat
They really aren't independent libraries.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d683cc5..bf35807 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, softfloat_riscv ])
+MCPPBS_SUBPROJECTS([ riscv, hwacha, softfloat ])
#-------------------------------------------------------------------------
# MCPPBS subproject groups