# HG changeset patch # User Dave Love # Date 1038430006 0 # Node ID b5cd6d8c8889f51205569c96739d8b60abac3244 # Parent 046a08e59519e8a3047c7d0d7f2d4e8897ae631b (WORDS_BIG_ENDIAN): Define conditionally. diff -r 046a08e59519 -r b5cd6d8c8889 src/m/mips.h --- a/src/m/mips.h Wed Nov 27 12:25:11 2002 +0000 +++ b/src/m/mips.h Wed Nov 27 20:46:46 2002 +0000 @@ -24,14 +24,16 @@ USUAL-OPSYS="note" NOTE-START -Use m-mips4.h for RISCOS version 4; use s-bsd4-3.h with the BSD world. -Note that the proper m- file for the Decstation is m-pmax.h. +Use mips4.h for RISCOS version 4; use s-bsd4-3.h with the BSD world. +Note that the proper m file for the Decstation is pmax.h. NOTE-END */ /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word is the most significant byte. */ +#if ! (defined (__MIPSEL__) || defined (MIPSEL) || defined (_MIPSEL)) #define WORDS_BIG_ENDIAN +#endif /* Define NO_ARG_ARRAY if you cannot take the address of the first of a * group of arguments and treat it as an array of the arguments. */