Facilitate cross compilation, and simplify own makefile
Various changes to permit Squish to run under the (Matrix) Brandy interpreter when a build is performed on a cross-compilation host. Also simplify Squish's own makefile (requires RiscOS/BuildSys!32 (merged)).
mentioned in commit bavison/BuildSys@c480a11b
mentioned in merge request RiscOS/BuildSys!32 (merged)
mentioned in commit bavison/BuildSys@c07ca290
mentioned in commit bavison/BuildSys@750981dc
mentioned in commit bavison/BuildSys@46a29b83
- Developer
It turned out that if you did an installation starting from version 1, it didn't work correctly when cross-compiling. This was because the special Brandy variables
ARGC
andARGV$()
were getting renamed (and in fact, the keep file wasn't being specified, so so were lots of single-character integer variables, which probably hurt performance).I've also now enabled GitLab CI/CD.
- Resolved by Ben Avison
- Resolved by Ben Avison
- Resolved by Ben Avison
- Resolved by Robert Sprowson
- Resolved by Ben Avison
- Resolved by Ben Avison
resolved all threads
resolved all threads
mentioned in merge request RiscOS/Tools/Sources/GNU/defmod!4
- You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
- 6aef156c
The source code had erroneous space characters before the `#` character. This was removed during the `CRUNCH` that happened during the build process, but this meant that the behaviour of the raw source code could not be compared because it could not be run.