summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Teach buildsystem about arm-riscos-gnueabi toolchainHEADmasterJohn-Mark Bell2023-12-181-3/+8
|
* Fix squeezed relocateable image supportJohn-Mark Bell2023-03-141-2/+15
|
* Fix squeezed binary supportJohn-Mark Bell2023-03-111-3/+5
| | | | | | It turns out that the squeeze algorithm will always round the uncompressed input data up to a multiple of 8 bytes before compressing it. Update our expected size logic to reflect this.
* Add support for relocateable AIFsJohn-Mark Bell2023-03-101-23/+112
| | | | | Rework to use inttypes, improve support for squeezed images and handle relocateable images correctly.
* Update buildsystem for new RISC OS toolingJohn-Mark Bell2022-06-031-2/+7
| | | | | If cross-compiling for RISC OS, ensure we correctly detect the new toolchain.
* Move makerun into its own directoryJohn Mark Bell2009-03-232-0/+195
svn path=/trunk/tools/makerun/; revision=6826