aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-07-27 04:01:24 +0000
committerAndrew Cagney <cagney@redhat.com>2000-07-27 04:01:24 +0000
commit6166d547d84ee8b5f4d8adda06722c38ab69cbc2 (patch)
tree7d0b053e38d02d38176f22d1f0fcf88783c6374d /gdb/config.in
parentd6e83f5f726cb2757b085db0581e57ec1d0e17db (diff)
downloadfsf-binutils-gdb-6166d547d84ee8b5f4d8adda06722c38ab69cbc2.zip
fsf-binutils-gdb-6166d547d84ee8b5f4d8adda06722c38ab69cbc2.tar.gz
fsf-binutils-gdb-6166d547d84ee8b5f4d8adda06722c38ab69cbc2.tar.bz2
Move GDB_MULTI_ARCH selection to configure*. Makes tm.h optional.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index b554a25..c850975 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -141,6 +141,9 @@
/* BFD's default target vector. */
#undef DEFAULT_BFD_VEC
+/* Multi-arch enabled. */
+#undef GDB_MULTI_ARCH
+
/* Define if you have the __argz_count function. */
#undef HAVE___ARGZ_COUNT