summaryrefslogtreecommitdiff
path: root/lib/libsetjmp/m68k (follow)
Commit message (Collapse)AuthorAge
* m68k/setjmp.S: fix build with gcc 3.4.6 -std=gnu99Rafaël Carré2010-09-07
| | | | | | | The register prefix is always % for the architecture we use (elf), hardcode it instead of confusing the preprocessor git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28025 a1c6a512-1295-4272-9138-f99709370657
* Move setjmp to lib and add setjmp for sh (imported from newlib) and compile ↵Thomas Martitz2010-08-24
it as separate library. It's used by both, plugins and codecs, and sh/hwcodec doesn't compile codecs so it doesn't fit into sources. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27869 a1c6a512-1295-4272-9138-f99709370657