diff options
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index 9ad5020..8128e4e 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -88,6 +88,9 @@ name, as a C string. */ #undef TARGET_CPU_DEFAULT +/* Define if the simulator is being linked in. */ +#undef WITH_SIM + /* Set to true if the save_state_t structure is present */ #define HAVE_STRUCT_SAVE_STATE_T 0 |