rockbox/lib/libsetjmp/SOURCES
Thomas Martitz 145de8e030 Fix red. Something - I coundn't find it - must be doing '#define mips 1'.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27870 a1c6a512-1295-4272-9138-f99709370657
2010-08-24 13:15:42 +00:00

20 lines
210 B
Text

#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
#ifdef CPU_ARM
arm/setjmp.S
#endif
#ifdef CPU_COLDFIRE
m68k/setjmp.S
#endif
#ifdef CPU_SH
sh/setjmp.S
#endif
#ifdef CPU_MIPS
#undef mips
mips/setjmp.S
#endif
#endif