summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2011-11-09 14:56:14 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2011-11-09 14:56:14 +0000
commit9b252b44c6433fe45d62ab5572a2765336826fc5 (patch)
tree6ac3783f2292ef5abd961c75fda0a2c5ce63c98e /gnu/usr.bin/cc
parentd05164a9cb9c6df1eddedb55ae8d04f958766a74 (diff)
openbsd will never support __ARMEB__, so remove it here
ok deraadt@
Diffstat (limited to 'gnu/usr.bin/cc')
-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