/* Define if 64-bit mode is supported */
#undef RISCV_ENABLE_64BIT
+/* Enable commit log generation */
+#undef RISCV_ENABLE_COMMITLOG
+
/* Define if floating-point instructions are supported */
#undef RISCV_ENABLE_FPU
with_fesvr
enable_fpu
enable_64bit
+enable_commitlog
'
ac_precious_vars='build_alias
host_alias
Enable all optional subprojects
--disable-fpu Disable floating-point
--disable-64bit Disable 64-bit mode
+ --enable-commitlog Enable commit log generation
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
$as_echo "#define RISCV_ENABLE_64BIT /**/" >>confdefs.h
+fi
+
+# Check whether --enable-commitlog was given.
+if test "${enable_commitlog+set}" = set; then :
+ enableval=$enable_commitlog;
+fi
+
+if test "x$enable_commitlog" = "xyes"; then :
+
+
+$as_echo "#define RISCV_ENABLE_COMMITLOG /**/" >>confdefs.h
+
+
fi