diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/config.in b/gdb/config.in index 9bc7098..562ea1b 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -169,12 +169,6 @@ /* Define if <sys/ptrace.h> defines the PT_GETXMMREGS request. */ #undef HAVE_PT_GETXMMREGS -/* BFD's default architecture. */ -#undef DEFAULT_BFD_ARCH - -/* BFD's default target vector. */ -#undef DEFAULT_BFD_VEC - /* Multi-arch enabled. */ #undef GDB_MULTI_ARCH @@ -421,6 +415,12 @@ /* Name of this package. */ #undef PACKAGE +/* Define to BFD's default architecture. */ +#undef DEFAULT_BFD_ARCH + +/* Define to BFD's default target vector. */ +#undef DEFAULT_BFD_VEC + /* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris 2.[78] when using GCC. */ #undef _MSE_INT_H |