aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-06-08 04:00:56 +0000
committerAndrew Cagney <cagney@redhat.com>2000-06-08 04:00:56 +0000
commit1ba607adba3816e5352f639a27cffa20ee71813d (patch)
treef989fb450c87839938457515038372ca07f59acd /gdb/config.in
parente28d556f6be67e728e296f83a55f6abaf4251a31 (diff)
downloadfsf-binutils-gdb-1ba607adba3816e5352f639a27cffa20ee71813d.zip
fsf-binutils-gdb-1ba607adba3816e5352f639a27cffa20ee71813d.tar.gz
fsf-binutils-gdb-1ba607adba3816e5352f639a27cffa20ee71813d.tar.bz2
Use config.bfd to determine the default architecture and byte order.
Flush all BYTE_ORDER_DEFAULT macros from mips. Can rely on BFD's value.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index faf5cd4..b5f645d 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -135,6 +135,12 @@
/* 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
+
/* Define if you have the __argz_count function. */
#undef HAVE___ARGZ_COUNT