]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/config.in
unify 64-bit bfd checks
[thirdparty/binutils-gdb.git] / gdb / config.in
index 4b8f1f7e1c6588cf1d8ded4ceb9cf01e8cb1ed62..cd9f252eba176e384c7f6ae45917473db5642e0a 100644 (file)
 /* 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
 
 /* 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.