about summary refs log tree commit diff
path: root/sysdeps/unix/mips/sysdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/mips/sysdep.h')
-rw-r--r--sysdeps/unix/mips/sysdep.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/mips/sysdep.h b/sysdeps/unix/mips/sysdep.h
index d59fac0e8d..dc70c0f400 100644
--- a/sysdeps/unix/mips/sysdep.h
+++ b/sysdeps/unix/mips/sysdep.h
@@ -78,4 +78,8 @@
 # define L(label) .L ## label
 #endif
 
+#ifndef __mips_isa_rev
+# define __mips_isa_rev 0
+#endif
+
 #endif