summaryrefslogtreecommitdiff
path: root/tools/thumb-cc.py (follow)
Commit message (Collapse)AuthorAge
* thumb-cc.py: fix for python 3.2Rafaël Carré2012-05-07
|
* thumb-cc.py: simplifyRafaël Carré2011-05-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29897 a1c6a512-1295-4272-9138-f99709370657
* FS#6734 by me: optionally build with -mthumb on ARMRafaël Carré2010-06-11
You'll need a libgcc build with interworking enabled (our eabi gcc works) Confirmed to work on Sansa AMS Confirmed to boot on Gigabeat S Not working on PP, linker generates invalid branches when mixing ARM->thumb switches and long calls Build time will be about 50% longer, because the gcc wrapper script tries to build everything with -mthumb and falls back to default if it fails (for example if the file uses inline ARM-only assembly) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26760 a1c6a512-1295-4272-9138-f99709370657