summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cc_tools
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/cc_tools')
-rw-r--r--gnu/usr.bin/cc/cc_tools/size-host.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/size-host.h b/gnu/usr.bin/cc/cc_tools/size-host.h
index 4ca9d4ea10e..508398ec6f4 100644
--- a/gnu/usr.bin/cc/cc_tools/size-host.h
+++ b/gnu/usr.bin/cc/cc_tools/size-host.h
@@ -1,5 +1,5 @@
/* $FreeBSD: src/gnu/usr.bin/cc/cc_tools/size-host.h,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $ */
-/* $OpenBSD: size-host.h,v 1.3 2010/08/01 21:23:02 kettenis Exp $ */
+/* $OpenBSD: size-host.h,v 1.4 2011/11/09 14:56:13 jasper Exp $ */
#ifdef SIZEOF_INT
# undef SIZEOF_INT
@@ -37,6 +37,6 @@
#undef WORDS_BIGENDIAN
#endif
-#if defined(__sparc__) || defined(__sparc64__) || defined(__ARMEB__)
+#if defined(__sparc__) || defined(__sparc64__)
#define WORDS_BIGENDIAN 1
#endif