repo.or.cz
/
kugel-rb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Set svn:keywords for the new translation file.
[kugel-rb.git]
/
lib
/
libsetjmp
/
SOURCES
blob
aa0ac46a2345d906533f2044082bef35c27787d8
1
#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
2
3
#ifdef CPU_ARM
4
arm/setjmp.S
5
#endif
6
7
#ifdef CPU_COLDFIRE
8
m68k/setjmp.S
9
#endif
10
11
#ifdef CPU_SH
12
sh/setjmp.S
13
#endif
14
15
#ifdef CPU_MIPS
16
mips/setjmp.S
17
#endif
18
19
#endif