diff options
author | Nick Clifton <nickc@redhat.com> | 2007-07-12 07:16:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-07-12 07:16:41 +0000 |
commit | d2df793a7137120047017593d26669e5092e3841 (patch) | |
tree | 691f20fd53ad1cb970387e3a5f434824cb1fb2fe /bfd/config.in | |
parent | db42c6e8ee92965ca26f4ccf2183d26a8c560931 (diff) | |
download | gdb-d2df793a7137120047017593d26669e5092e3841.zip gdb-d2df793a7137120047017593d26669e5092e3841.tar.gz 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.in | 3 |
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 |