diff options
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index 74c3b6f..bb45946 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -115,3 +115,9 @@ /* Define if gnu-regex.c included with GDB should be used. */ #undef USE_INCLUDED_REGEX + +/* BFD's default architecture. */ +#undef DEFAULT_BFD_ARCH + +/* BFD's default target vector. */ +#undef DEFAULT_BFD_VEC |