summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-09-14 06:36:13 +0000
committerWarner Losh <imp@FreeBSD.org>2006-09-14 06:36:13 +0000
commitf3168f15444314dcca678a525e78818e2ff14946 (patch)
tree99d48a554722199e021ab248ad402397971dc4d0 /gnu/usr.bin/binutils
parent606a36b9ebf65870aab969dc10f0c00cca75eb11 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r--gnu/usr.bin/binutils/libiberty/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/libiberty/config.h b/gnu/usr.bin/binutils/libiberty/config.h
index 190bee5e47c0..cde86133eee9 100644
--- a/gnu/usr.bin/binutils/libiberty/config.h
+++ b/gnu/usr.bin/binutils/libiberty/config.h
@@ -7,7 +7,7 @@
/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
-#if defined(__sparc64__) || defined(__ARMEB__) || defined(TARGET_BIG_ENDIAN)
+#if defined(__sparc64__) || defined(__ARMEB__)
#define BYTEORDER 4321
#else
#define BYTEORDER 1234
@@ -325,7 +325,7 @@
/* Define if the host machine stores words of multi-word integers in
big-endian order. */
-#if defined(__sparc64__) || defined(__ARMEB__) || defined(TARGET_BIG_ENDIAN)
+#if defined(__sparc64__) || defined(__ARMEB__)
#define HOST_WORDS_BIG_ENDIAN 1
#endif