aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-07-12 07:16:41 +0000
committerNick Clifton <nickc@redhat.com>2007-07-12 07:16:41 +0000
commitd2df793a7137120047017593d26669e5092e3841 (patch)
tree691f20fd53ad1cb970387e3a5f434824cb1fb2fe /bfd/config.in
parentdb42c6e8ee92965ca26f4ccf2183d26a8c560931 (diff)
downloadfsf-binutils-gdb-d2df793a7137120047017593d26669e5092e3841.zip
fsf-binutils-gdb-d2df793a7137120047017593d26669e5092e3841.tar.gz
fsf-binutils-gdb-d2df793a7137120047017593d26669e5092e3841.tar.bz2
Add support for building on a 64-bit Windows host.
Diffstat (limited to 'bfd/config.in')
-rw-r--r--bfd/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in
index aa91dd6..5277f1a 100644
--- a/bfd/config.in
+++ b/bfd/config.in
@@ -264,6 +264,9 @@
/* The size of a `void *', as computed by sizeof. */
#undef SIZEOF_VOID_P
+/* The sizeof of a 'void *', as computed by sizeof. */
+#undef SIZEOF_VOID_P
+
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS