From: Roland McGrath Date: Fri, 9 Dec 1994 06:07:49 +0000 (+0000) Subject: Initial revision X-Git-Tag: glibc-2.16-ports-before-merge~3999 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94b0df52ff816fbb76793f53feb8f296a253bc8f;p=thirdparty%2Fglibc.git Initial revision --- diff --git a/sysdeps/mips/mipsel/bytesex.h b/sysdeps/mips/mipsel/bytesex.h new file mode 100644 index 00000000000..5da5965cb22 --- /dev/null +++ b/sysdeps/mips/mipsel/bytesex.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