summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-01-28 19:08:29 +0000
committerobrien <obrien@FreeBSD.org>2002-01-28 19:08:29 +0000
commita129a54f628383821fa75a43101b7fecbfa637ac (patch)
tree1e638fccb003c4afef98dc06a9ffcd48ace7f133 /gnu
parent61c46e0b0b4b2d375588b9b0752d322fc5f93e06 (diff)
downloadFreeBSD-src-a129a54f628383821fa75a43101b7fecbfa637ac.zip
FreeBSD-src-a129a54f628383821fa75a43101b7fecbfa637ac.tar.gz
Special case the foreign platform vs. the native one.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/libbfd/i386/bfd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/i386/bfd.h b/gnu/usr.bin/binutils/libbfd/i386/bfd.h
index a3cb2f5..04f08bb 100644
--- a/gnu/usr.bin/binutils/libbfd/i386/bfd.h
+++ b/gnu/usr.bin/binutils/libbfd/i386/bfd.h
@@ -64,11 +64,11 @@ extern "C" {
/* The word size of the default bfd target. */
#define BFD_DEFAULT_TARGET_SIZE 32
-#if defined(__i386__) || defined(__powerpc__)
-#define BFD_HOST_64BIT_LONG 0
-#else
+#if defined(__alpha__) || defined(__sparc64__)
#define BFD_HOST_64BIT_LONG 1
-#endif /* __i386__ */
+#else
+#define BFD_HOST_64BIT_LONG 0
+#endif /* 64-bit host */
#if 0
#define BFD_HOST_64_BIT
#define BFD_HOST_U_64_BIT
OpenPOWER on IntegriCloud