From: Ulrich Drepper Date: Sat, 21 Jun 1997 02:07:17 +0000 (+0000) Subject: Endian specification for MIPSEL. X-Git-Tag: glibc-2.16-ports-before-merge~3547 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fecd6222d614ea7087cf2990a84b87f63d2da3d;p=thirdparty%2Fglibc.git Endian specification for MIPSEL. --- diff --git a/sysdeps/mips/mipsel/bits/endian.h b/sysdeps/mips/mipsel/bits/endian.h new file mode 100644 index 00000000000..5da5965cb22 --- /dev/null +++ b/sysdeps/mips/mipsel/bits/endian.h @@ -0,0 +1,4 @@ +/* The MIPS architecture has selectable endianness. + This file is for a machine using little-endian mode. */ + +#define __BYTE_ORDER __LITTLE_ENDIAN