mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
This removes all code specific to SH targets Change-Id: I7980523785d2596e65c06430f4638eec74a06061
15 lines
164 B
Text
15 lines
164 B
Text
#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
|
|
|
|
#ifdef CPU_ARM
|
|
arm/setjmp.S
|
|
#endif
|
|
|
|
#ifdef CPU_COLDFIRE
|
|
m68k/setjmp.S
|
|
#endif
|
|
|
|
#ifdef CPU_MIPS
|
|
mips/setjmp.S
|
|
#endif
|
|
|
|
#endif
|