diff options
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index f9e2b32..5b3531a 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -125,3 +125,11 @@ /* Multi-arch enabled. */ #undef GDB_MULTI_ARCH +/* hostfile */ +#undef GDB_XM_FILE + +/* targetfile */ +#undef GDB_TM_FILE + +/* nativefile */ +#undef GDB_NM_FILE |