From 2d75bf71bb3990f5a718ddca3c99f9139c03c10b Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Mon, 9 Aug 2010 20:51:44 -0700 Subject: [xcc,sim] implement FP using softfloat The intersection of the Hauser FP and MIPS FP is implemented. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.1