From 8dc1d08d0c3a5abe3856b04a5a864227fe0ba62d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 2 Feb 2002 19:03:57 +0000 Subject: Add in support for the Hitach H8/300H architecture, contributed by Yoshinori Sato --- libc/sysdeps/linux/h8300/bits/endian.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libc/sysdeps/linux/h8300/bits/endian.h (limited to 'libc/sysdeps/linux/h8300/bits/endian.h') diff --git a/libc/sysdeps/linux/h8300/bits/endian.h b/libc/sysdeps/linux/h8300/bits/endian.h new file mode 100644 index 000000000..bf4ecb60a --- /dev/null +++ b/libc/sysdeps/linux/h8300/bits/endian.h @@ -0,0 +1,7 @@ +/* m68k is big-endian. */ + +#ifndef _ENDIAN_H +# error "Never use directly; include instead." +#endif + +#define __BYTE_ORDER __BIG_ENDIAN -- cgit v1.2.3