aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2010-08-09 20:51:44 -0700
committerAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2010-08-09 20:51:44 -0700
commit2d75bf71bb3990f5a718ddca3c99f9139c03c10b (patch)
tree029a524ddc8c98c00bf0ef2d25993649b3644ae6 /configure.ac
parentd9170d6002c684acdfca1ba124dba2235081b578 (diff)
downloadriscv-isa-sim-2d75bf71bb3990f5a718ddca3c99f9139c03c10b.zip
riscv-isa-sim-2d75bf71bb3990f5a718ddca3c99f9139c03c10b.tar.gz
riscv-isa-sim-2d75bf71bb3990f5a718ddca3c99f9139c03c10b.tar.bz2
[xcc,sim] implement FP using softfloat
The intersection of the Hauser FP and MIPS FP is implemented.
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 c7c3a16..967e7c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -81,7 +81,7 @@ AC_SUBST([CXXFLAGS],["-Wall -O2"])
# The '*' suffix indicates an optional subproject. The '**' suffix
# indicates an optional subproject which is also the name of a group.
-MCPPBS_SUBPROJECTS([ riscv ])
+MCPPBS_SUBPROJECTS([ riscv, softfloat ])
#-------------------------------------------------------------------------
# MCPPBS subproject groups