summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/i386/md.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/ld/i386/md.h')
-rw-r--r--gnu/usr.bin/ld/i386/md.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/i386/md.h b/gnu/usr.bin/ld/i386/md.h
index 20262f16dcb..88ff2019c2c 100644
--- a/gnu/usr.bin/ld/i386/md.h
+++ b/gnu/usr.bin/ld/i386/md.h
@@ -1,4 +1,4 @@
-/* * $OpenBSD: md.h,v 1.3 1998/03/26 19:46:40 niklas Exp $*/
+/* * $OpenBSD: md.h,v 1.4 2000/02/01 21:01:39 espie Exp $*/
/*
* Copyright (c) 1993 Paul Kranenburg
* All rights reserved.
@@ -31,9 +31,13 @@
*/
-#if defined(CROSS_LINKER) && defined(XHOST) && XHOST==sparc
+#if defined(CROSS_LINKER)
+#include <sys/endian.h>
+
+#if BYTE_ORDER != LITTLE_ENDIAN
#define NEED_SWAP
#endif
+#endif
#define MAX_ALIGNMENT (sizeof (long))