about summary refs log tree commit diff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2014-12-22 10:49:56 -0800
committerSteve Ellcey <sellcey@mips.com>2014-12-22 10:49:56 -0800
commit528479c472535b09dd4c8823bf3d3764b3210b95 (patch)
tree4a43bc92b44802de92ec01f5f7ecde70d5a6d42f /sysdeps/unix
parentf56f91245a0a5aa0facaa14b5608cfb761df7c38 (diff)
downloadglibc-528479c472535b09dd4c8823bf3d3764b3210b95.tar.gz
glibc-528479c472535b09dd4c8823bf3d3764b3210b95.tar.xz
glibc-528479c472535b09dd4c8823bf3d3764b3210b95.zip
2014-12-22 Steve Ellcey <sellcey@imgtec.com>
	* sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
	to zero if not already defined.
Diffstat (limited to 'sysdeps/unix')
-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