add operators library to contain operator-overloads of +/-/*/div/>/>= etc
[riscv-isa-sim.git] / configure.ac
index d80ab8431cfb09b4ca0be49e95b6ce7c29bb9fdc..f43083dbef381927127ec66480f0b8d9504217f9 100644 (file)
@@ -93,7 +93,6 @@ AC_ARG_ENABLE([simplev],
 if test "x$simplev" = xyes; then
     AC_DEFINE([SPIKE_SIMPLEV], [1], [Defined to 1 if SimpleV support is wanted])
 fi
-AM_CONDITIONAL([HAS_SIMPLEV], [test x$simplev = xyes])
 
 #-------------------------------------------------------------------------
 # MCPPBS subproject list
@@ -102,7 +101,7 @@ AM_CONDITIONAL([HAS_SIMPLEV], [test x$simplev = xyes])
 # The '*' suffix indicates an optional subproject. The '**' suffix
 # indicates an optional subproject which is also the name of a group.
 
-MCPPBS_SUBPROJECTS([ riscv, dummy_rocc, softfloat, spike_main ])
+MCPPBS_SUBPROJECTS([ riscv, dummy_rocc, softfloat, operators, spike_main ])
 
 #-------------------------------------------------------------------------
 # MCPPBS subproject groups
@@ -124,6 +123,7 @@ AC_CONFIG_FILES([Makefile])
 AC_CONFIG_FILES([riscv-spike.pc])
 AC_CONFIG_FILES([riscv-riscv.pc])
 AC_CONFIG_FILES([riscv-softfloat.pc])
+AC_CONFIG_FILES([riscv-operators.pc])
 AC_CONFIG_FILES([riscv-dummy_rocc.pc])
 AC_CONFIG_FILES([riscv-spike_main.pc])
 AC_OUTPUT