aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-12-04 00:28:14 -0500
committerMike Frysinger <vapier@gentoo.org>2022-01-01 12:49:07 -0500
commit1d5269c994bf4af088b1a9d0ed39825541623a99 (patch)
tree427712dedcd41fc7d1d0e8f837444ec8f6c6c762 /gdb/config.in
parent3cc8ed6aaee33355a5d911a7401db3f1b05a2714 (diff)
downloadgdb-1d5269c994bf4af088b1a9d0ed39825541623a99.zip
gdb-1d5269c994bf4af088b1a9d0ed39825541623a99.tar.gz
gdb-1d5269c994bf4af088b1a9d0ed39825541623a99.tar.bz2
unify 64-bit bfd checks
Move the 64-bit bfd logic out of bfd/configure.ac and into bfd64.m4 under config so it can be shared between all the other subdirs. This replaces want64 with enable_64_bit_bfd which was already being declared, but not used directly.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 4b8f1f7..cd9f252 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -685,9 +685,6 @@
/* Define to 1 if the `setpgrp' function takes no argument. */
#undef SETPGRP_VOID
-/* The size of `long', as computed by sizeof. */
-#undef SIZEOF_LONG
-
/* The size of `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG
@@ -700,6 +697,9 @@
/* The size of `unsigned __int128', as computed by sizeof. */
#undef SIZEOF_UNSIGNED___INT128
+/* The size of `void *', as computed by sizeof. */
+#undef SIZEOF_VOID_P
+
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at runtime.