diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-11-09 14:56:14 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-11-09 14:56:14 +0000 |
commit | 9b252b44c6433fe45d62ab5572a2765336826fc5 (patch) | |
tree | 6ac3783f2292ef5abd961c75fda0a2c5ce63c98e /gnu/usr.bin/cc | |
parent | d05164a9cb9c6df1eddedb55ae8d04f958766a74 (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.h | 4 |
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 |