summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update EABI detection for soft-float toolchain.HEADmasterJohn-Mark Bell2023-12-181-1/+1
| | | | | | We can have either arm-riscos-gnueabi (ARMv4 with softfp) or arm-riscos-gnueabihf (ARMv7 with VFP). In either case, we need elf2aif to inject the EABI support code.
* Tweak RISC OS host detection for new tooling.John-Mark Bell2022-06-021-4/+9
| | | | | | | | The new toolchain has a different machine triplet, so update the things that care about it to work either way. Additionally, ensure that elf2aif is passed the right flags when building for EABI (if not, it will fail hard).
* Bump date, tooreleases/0.0.7John-Mark Bell2022-05-281-1/+1
|
* Bump versionJohn-Mark Bell2022-05-271-1/+1
|
* Bump versionreleases/0.0.6John-Mark Bell2021-08-041-1/+1
|
* Squash deprecation warning with modern glibcJohn-Mark Bell2021-08-041-1/+2
|
* Explain why we redefine the "all" target.John-Mark Bell2021-08-041-0/+1
|
* Blank line before "endif"John-Mark Bell2021-08-041-0/+2
|
* Bump dateJohn-Mark Bell2021-08-041-1/+1
|
* Inject version+date into !BootJohn-Mark Bell2021-08-041-2/+10
|
* Inject copyright dates into help fileJohn-Mark Bell2021-08-041-2/+9
|
* Move Res sources into riscos treeJohn-Mark Bell2021-08-041-1/+1
|
* Build RISC OS resources using ccres.John-Mark Bell2021-08-041-2/+15
|
* Fix RISC OS filetyping in zip archiveJohn-Mark Bell2021-08-031-1/+1
|
* Bump versionJohn-Mark Bell2021-08-021-1/+1
|
* Add riscos-dist targetJohn-Mark Bell2021-08-021-0/+8
|
* Convert RISC OS binary to AIF and squeeze itJohn-Mark Bell2021-08-021-0/+19
|
* Fix RISC OS buildJohn-Mark Bell2021-08-021-2/+2
| | | | | 5bb88a81 got BUILD and HOST confused, so we were not linking the RISC OS binary statically.
* Fix up for new buildsystemJohn-Mark Bell2014-11-161-2/+2
|
* Rework the makefiles in the tools/ tree for the new NSBUILD stuffDaniel Silverstone2012-06-291-2/+4
| | | | svn path=/trunk/tools/ttf2f/; revision=13998
* Need --static for RISC OS buildsJohn Mark Bell2011-03-051-2/+7
| | | | svn path=/trunk/tools/ttf2f/; revision=11914
* Static binaries. We need _POSIX_C_SOURCE for sensible PATH_MAX, too.John Mark Bell2009-05-131-4/+4
| | | | svn path=/trunk/tools/ttf2f/; revision=7509
* Port toolbox frontend to OSLib/OSLibSupport.John Mark Bell2009-05-131-1/+9
| | | | svn path=/trunk/tools/ttf2f/; revision=7491
* Bump version numberJohn Mark Bell2009-05-111-1/+1
| | | | svn path=/trunk/tools/ttf2f/; revision=7469
* Build-time selectable frontend -- defaults to CLI.John Mark Bell2009-05-081-0/+3
| | | | svn path=/trunk/tools/ttf2f/; revision=7438
* Import TTF2f. Don't expect this to link; I've prevented it building main.c.John Mark Bell2009-05-071-0/+31
svn path=/trunk/tools/ttf2f/; revision=7427