diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2009-09-11 04:45:57 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 2009-09-11 04:45:57 +0000 |
commit | 779734bae5a1be2e9b48a9807149df5e38335285 (patch) | |
tree | 19fc4fed5b9de6934f8f7839d0129bef65cf7192 /gdb/config.in | |
parent | 4195238713fd818958a9e41fee154ea357304b59 (diff) | |
download | gdb-arc-insight_6_8-branch.zip gdb-arc-insight_6_8-branch.tar.gz gdb-arc-insight_6_8-branch.tar.bz2 |
gdb/insight for ARCompact (from Richard Stuckey)arc-insight_6_8-branch
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 |