From: Ulrich Drepper Date: Sat, 21 Jun 1997 02:07:22 +0000 (+0000) Subject: Endian specification for P40. X-Git-Tag: glibc-2.16-ports-before-merge~3546 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6af245e27be691617dfc8d710b264ff20622d008;p=thirdparty%2Fglibc.git Endian specification for P40. --- diff --git a/sysdeps/mips/p40/bits/endian.h b/sysdeps/mips/p40/bits/endian.h new file mode 100644 index 00000000000..e4b0119433c --- /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