summaryrefslogtreecommitdiff
path: root/lib/libsetjmp
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-08-24 13:41:45 +0000
committerThomas Martitz <kugel@rockbox.org>2010-08-24 13:41:45 +0000
commit3478bc5d6dc0a081c3aeb4f501c8b4cb4f53a78d (patch)
treee685975d5410c5336f6bfcb514e08de345a89e25 /lib/libsetjmp
parent1aeb79dc3a21c9adea2878f0fff676f67bd55d97 (diff)
downloadrockbox-3478bc5d6dc0a081c3aeb4f501c8b4cb4f53a78d.tar.gz
rockbox-3478bc5d6dc0a081c3aeb4f501c8b4cb4f53a78d.zip
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
Diffstat (limited to 'lib/libsetjmp')
-rw-r--r--lib/libsetjmp/SOURCES2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libsetjmp/SOURCES b/lib/libsetjmp/SOURCES
index b2f4227930..aa0ac46a23 100644
--- a/lib/libsetjmp/SOURCES
+++ b/lib/libsetjmp/SOURCES
@@ -13,8 +13,6 @@ sh/setjmp.S
13#endif 13#endif
14 14
15#ifdef CPU_MIPS 15#ifdef CPU_MIPS
16/* Strangely something seems to do '#define mips 1' */
17#undef mips
18mips/setjmp.S 16mips/setjmp.S
19#endif 17#endif
20 18