From 6af245e27be691617dfc8d710b264ff20622d008 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 21 Jun 1997 02:07:22 +0000 Subject: [PATCH] Endian specification for P40. --- sysdeps/mips/p40/bits/endian.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sysdeps/mips/p40/bits/endian.h diff --git a/sysdeps/mips/p40/bits/endian.h b/sysdeps/mips/p40/bits/endian.h new file mode 100644 index 0000000..e4b0119 --- /dev/null +++ b/sysdeps/mips/p40/bits/endian.h @@ -0,0 +1,4 @@ +/* The MIPS has selectable endianness. + The Japanese homebrew P40 architecture uses big-endian mode. */ + +#define __BYTE_ORDER __BIG_ENDIAN -- 2.7.4