From: Ulrich Drepper Date: Sat, 21 Jun 1997 02:26:23 +0000 (+0000) Subject: m68k specific endianess specification. X-Git-Tag: glibc-2.16-ports-before-merge~3542 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f7005dfa10456c03d9dbc22daa545b570e0bb82;p=thirdparty%2Fglibc.git m68k specific endianess specification. --- diff --git a/sysdeps/m68k/bits/endian.h b/sysdeps/m68k/bits/endian.h new file mode 100644 index 00000000000..6f985293f25 --- /dev/null +++ b/sysdeps/m68k/bits/endian.h @@ -0,0 +1,3 @@ +/* m68k is big-endian. */ + +#define __BYTE_ORDER __BIG_ENDIAN