diff options
author | 2011-11-09 14:56:13 +0000 | |
---|---|---|
committer | 2011-11-09 14:56:13 +0000 | |
commit | d50edf33c49fab12be24646f2716fa7ca8b4be60 (patch) | |
tree | e6c6f2e79536b2cc7c32d08174dbb4ab35dad94e | |
parent | If directly open /dev/wskbdX, then wskbdX be removed from mux wskbd, (diff) | |
download | wireguard-openbsd-d50edf33c49fab12be24646f2716fa7ca8b4be60.tar.xz wireguard-openbsd-d50edf33c49fab12be24646f2716fa7ca8b4be60.zip |
openbsd will never support __ARMEB__, so remove it here
ok deraadt@
-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 |