diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index b6aba7d..f5fa97b 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -45,6 +45,12 @@ /* Define to the default OS ABI for this configuration. */ #undef GDB_OSABI_DEFAULT +/* targetfile */ +#undef GDB_TM_FILE + +/* hostfile */ +#undef GDB_XM_FILE + /* Define to 1 if you have `alloca', as a function or macro. */ #undef HAVE_ALLOCA @@ -152,6 +158,15 @@ /* Define if you have the expat library. */ #undef HAVE_LIBEXPAT +/* Define if you have the ARC xISS library. */ +#undef HAVE_LIBXISS + +/* Define if you are building the ARC bare-board debugger. */ +#undef ARC_ELF32_TARGET + +/* Define if you are building the ARC Linux debugger. */ +#undef ARC_LINUX_TARGET + /* Define to 1 if you have the `m' library (-lm). */ #undef HAVE_LIBM |