aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mips
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mips')
-rw-r--r--sysdeps/mips/bits/endian.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mips/bits/endian.h b/sysdeps/mips/bits/endian.h
index 43ce009..92e97c7 100644
--- a/sysdeps/mips/bits/endian.h
+++ b/sysdeps/mips/bits/endian.h
@@ -8,6 +8,6 @@
#ifdef __MIPSEB
# define __BYTE_ORDER __BIG_ENDIAN
#endif
-#if __MIPSEL
+#ifdef __MIPSEL
# define __BYTE_ORDER __LITTLE_ENDIAN
#endif