forked from len0rd/rockbox
mips is predefined by gcc, but we want it for paths. Don't let others fall into this trap again. Use __mips instead
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27872 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1aeb79dc3a
commit
3478bc5d6d
5 changed files with 2 additions and 6 deletions
|
@ -13,8 +13,6 @@ sh/setjmp.S
|
|||
#endif
|
||||
|
||||
#ifdef CPU_MIPS
|
||||
/* Strangely something seems to do '#define mips 1' */
|
||||
#undef mips
|
||||
mips/setjmp.S
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue