summaryrefslogtreecommitdiff
path: root/src/m
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2002-11-27 20:47:18 +0000
committerDave Love <fx@gnu.org>2002-11-27 20:47:18 +0000
commit540c2788cf045f1c0d05d869117318b3dc9a0642 (patch)
treea03afa7ec6f9934e29a793cfdd76ef773468ac00 /src/m
parentb7b95a1e50e5f8699a35f7c035e5e9bdd3592ddf (diff)
(WORDS_BIG_ENDIAN): Define conditionally.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/mips.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/m/mips.h b/src/m/mips.h
index bed36944316..d4143a4d51f 100644
--- a/src/m/mips.h
+++ b/src/m/mips.h
@@ -24,14 +24,16 @@ Boston, MA 02111-1307, USA. */
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. */