diff options
author | Steve Ellcey <sellcey@mips.com> | 2014-12-22 10:49:56 -0800 |
---|---|---|
committer | Steve Ellcey <sellcey@mips.com> | 2014-12-22 10:49:56 -0800 |
commit | 528479c472535b09dd4c8823bf3d3764b3210b95 (patch) | |
tree | 4a43bc92b44802de92ec01f5f7ecde70d5a6d42f /sysdeps | |
parent | f56f91245a0a5aa0facaa14b5608cfb761df7c38 (diff) | |
download | glibc-528479c472535b09dd4c8823bf3d3764b3210b95.zip glibc-528479c472535b09dd4c8823bf3d3764b3210b95.tar.gz glibc-528479c472535b09dd4c8823bf3d3764b3210b95.tar.bz2 |
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')
-rw-r--r-- | sysdeps/unix/mips/sysdep.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/mips/sysdep.h b/sysdeps/unix/mips/sysdep.h index d59fac0..dc70c0f 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 |