diff options
Diffstat (limited to 'sim/h8300/config.in')
-rw-r--r-- | sim/h8300/config.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sim/h8300/config.in b/sim/h8300/config.in index f4d39781fec..2754ebf1b8c 100644 --- a/sim/h8300/config.in +++ b/sim/h8300/config.in @@ -3,6 +3,9 @@ /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD +/* Sim debug setting */ +#undef DEBUG + /* Define to 1 if translation of program messages to the user's native language is requested. */ #undef ENABLE_NLS @@ -173,6 +176,9 @@ /* Additional package description */ #undef PKGVERSION +/* Sim profile settings */ +#undef PROFILE + /* Bug reporting address */ #undef REPORT_BUGS_TO @@ -204,6 +210,24 @@ #endif +/* 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 |