From 94b0df52ff816fbb76793f53feb8f296a253bc8f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 9 Dec 1994 06:07:49 +0000 Subject: [PATCH] Initial revision --- sysdeps/mips/mipsel/bytesex.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sysdeps/mips/mipsel/bytesex.h diff --git a/sysdeps/mips/mipsel/bytesex.h b/sysdeps/mips/mipsel/bytesex.h new file mode 100644 index 0000000000..5da5965cb2 --- /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