aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2020-09-22 03:18:23 -0700
committerAndrew Waterman <andrew@sifive.com>2020-09-22 03:48:14 -0700
commitb1dc3826d0254b5d4853037cd399560b39745983 (patch)
treebf982fb84603bf5412e94f5e86e3d5b03e47653c /config.h.in
parentac46e18f82fd2c040680633e089860998baa5a5d (diff)
downloadriscv-isa-sim-b1dc3826d0254b5d4853037cd399560b39745983.zip
riscv-isa-sim-b1dc3826d0254b5d4853037cd399560b39745983.tar.gz
riscv-isa-sim-b1dc3826d0254b5d4853037cd399560b39745983.tar.bz2
Don't error out if dlopen isn't available
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in18
1 files changed, 12 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in
index 4f7f39f..f5bbab1 100644
--- a/config.h.in
+++ b/config.h.in
@@ -3,27 +3,33 @@
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
+/* Define if subproject MCPPBS_SPROJ_NORM is enabled */
+#undef CUSTOMEXT_ENABLED
+
/* Default value for --isa switch */
#undef DEFAULT_ISA
/* Default value for --priv switch */
#undef DEFAULT_PRIV
-/* Default value for --vector switch */
+/* Default value for --varch switch */
#undef DEFAULT_VARCH
-/* Path to the device-tree-compiler */
+/* Executable name of device-tree-compiler */
#undef DTC
/* Define if subproject MCPPBS_SPROJ_NORM is enabled */
-#undef DUMMY_ROCC_ENABLED
+#undef FDT_ENABLED
+
+/* Define if subproject MCPPBS_SPROJ_NORM is enabled */
+#undef FESVR_ENABLED
+
+/* Dynamic library loading is supported */
+#undef HAVE_DLOPEN
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
-/* Define to 1 if you have the `fesvr' library (-lfesvr). */
-#undef HAVE_LIBFESVR
-
/* Define to 1 if you have the `pthread' library (-lpthread). */
#undef HAVE_LIBPTHREAD