From 7fecd6222d614ea7087cf2990a84b87f63d2da3d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 21 Jun 1997 02:07:17 +0000 Subject: [PATCH] Endian specification for MIPSEL. --- sysdeps/mips/mipsel/bits/endian.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sysdeps/mips/mipsel/bits/endian.h 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 -- 2.47.3