summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlarryh%netscape.com <devnull@localhost>2000-12-01 21:34:03 +0000
committerlarryh%netscape.com <devnull@localhost>2000-12-01 21:34:03 +0000
commit5dcf6dffd6cd1aaaaaae43bdec1a4ef308dc1c31 (patch)
tree4bdfa35242689cb026d6f7277d8bb4cc616ed4fa
parentbaf56c04828fdd6fea27ab7ec2df66773d1191f5 (diff)
downloadnspr-hg-5dcf6dffd6cd1aaaaaae43bdec1a4ef308dc1c31.tar.gz
Bugzilla: 61747. netbsd
-rw-r--r--pr/include/md/_netbsd.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/include/md/_netbsd.cfg b/pr/include/md/_netbsd.cfg
index 1091e7a3..92a0b81c 100644
--- a/pr/include/md/_netbsd.cfg
+++ b/pr/include/md/_netbsd.cfg
@@ -29,7 +29,7 @@
#define PR_AF_INET6 24 /* same as AF_INET6 */
-#if defined(__i386__) || defined(__arm32__)
+#if defined(__i386__) || defined(__arm32__) || defined(__MIPSEL__)
#define IS_LITTLE_ENDIAN 1
#undef IS_BIG_ENDIAN
@@ -75,7 +75,7 @@
#define PR_ALIGN_OF_DOUBLE 4
#define PR_ALIGN_OF_POINTER 4
-#elif defined(__sparc__) || defined(__mips__)
+#elif defined(__sparc__) || defined(__MIPSEB__)
#undef IS_LITTLE_ENDIAN
#define IS_BIG_ENDIAN 1