diff options
author | Thomas Martitz <kugel@rockbox.org> | 2010-08-24 13:41:45 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2010-08-24 13:41:45 +0000 |
commit | 3478bc5d6dc0a081c3aeb4f501c8b4cb4f53a78d (patch) | |
tree | e685975d5410c5336f6bfcb514e08de345a89e25 /lib | |
parent | 1aeb79dc3a21c9adea2878f0fff676f67bd55d97 (diff) | |
download | rockbox-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')
-rw-r--r-- | lib/libsetjmp/SOURCES | 2 |
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 #endif #ifdef CPU_MIPS -/* Strangely something seems to do '#define mips 1' */ -#undef mips mips/setjmp.S #endif |