summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-03-18 04:45:29 +0000
committerobrien <obrien@FreeBSD.org>2004-03-18 04:45:29 +0000
commitf4bef7958a297f2fb9146941718d89b349de8023 (patch)
tree485602e06ea4b7f0651ba9f964e46587d8bf0261 /gnu
parent3c7158119509d7dd13540a6a82360dfa9ddc5bbd (diff)
downloadFreeBSD-src-f4bef7958a297f2fb9146941718d89b349de8023.zip
FreeBSD-src-f4bef7958a297f2fb9146941718d89b349de8023.tar.gz
Configure as --enable-64-bit-bfd.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/libbfd/i386/bfd.h2
-rw-r--r--gnu/usr.bin/binutils/libbfd/powerpc/bfd.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/i386/bfd.h b/gnu/usr.bin/binutils/libbfd/i386/bfd.h
index 1d8a71a..600dbc8 100644
--- a/gnu/usr.bin/binutils/libbfd/i386/bfd.h
+++ b/gnu/usr.bin/binutils/libbfd/i386/bfd.h
@@ -56,7 +56,7 @@ extern "C" {
/* The word size used by BFD on the host. This may be 64 with a 32
bit target if the host is 64 bit, or if other 64 bit targets have
been selected with --enable-targets, or if --enable-64-bit-bfd. */
-#define BFD_ARCH_SIZE 32
+#define BFD_ARCH_SIZE 64
/* The word size of the default bfd target. */
#define BFD_DEFAULT_TARGET_SIZE 32
diff --git a/gnu/usr.bin/binutils/libbfd/powerpc/bfd.h b/gnu/usr.bin/binutils/libbfd/powerpc/bfd.h
index 1d8a71a..600dbc8 100644
--- a/gnu/usr.bin/binutils/libbfd/powerpc/bfd.h
+++ b/gnu/usr.bin/binutils/libbfd/powerpc/bfd.h
@@ -56,7 +56,7 @@ extern "C" {
/* The word size used by BFD on the host. This may be 64 with a 32
bit target if the host is 64 bit, or if other 64 bit targets have
been selected with --enable-targets, or if --enable-64-bit-bfd. */
-#define BFD_ARCH_SIZE 32
+#define BFD_ARCH_SIZE 64
/* The word size of the default bfd target. */
#define BFD_DEFAULT_TARGET_SIZE 32
OpenPOWER on IntegriCloud