diff options
Diffstat (limited to 'lib/libsetjmp/SOURCES')
| -rw-r--r-- | lib/libsetjmp/SOURCES | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/libsetjmp/SOURCES b/lib/libsetjmp/SOURCES new file mode 100644 index 0000000..aa0ac46 --- /dev/null +++ b/lib/libsetjmp/SOURCES @@ -0,0 +1,19 @@ +#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 +mips/setjmp.S +#endif + +#endif |