]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/config.h.in
sim: unify debug/stdio/trace/profile build settings
[thirdparty/binutils-gdb.git] / sim / config.h.in
index 4ca8fc690a47830a634277d3eab6cdef3a303313..8d7923e534869741b067f8f947dd6ed5596b1e63 100644 (file)
@@ -3,6 +3,9 @@
 /* Define if building universal (internal helper macro) */
 #undef AC_APPLE_UNIVERSAL_BUILD
 
+/* Sim debug setting */
+#undef DEBUG
+
 /* Define to the type of elements in the array set by `getgroups'. Usually
    this is either `int' or `gid_t'. */
 #undef GETGROUPS_T
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
+/* Sim profile settings */
+#undef PROFILE
+
 /* Define as the return type of signal handlers (`int' or `void'). */
 #undef RETSIGTYPE
 
 /* Sim assert settings */
 #undef WITH_ASSERT
 
+/* Sim debug setting */
+#undef WITH_DEBUG
+
 /* Sim default environment */
 #undef WITH_ENVIRONMENT
 
+/* Sim profile settings */
+#undef WITH_PROFILE
+
+/* How to route I/O */
+#undef WITH_STDIO
+
+/* Sim trace settings */
+#undef WITH_TRACE
+
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */
 #if defined AC_APPLE_UNIVERSAL_BUILD