testing/cyclone: revise bootstrap setup
The change in this MR experimentally implements my proposal for self-hosted compilers for the Cyclone Scheme compiler.
To test these changes (assuming your $REPODEST
is in /etc/apk/repositories
):
- Build
testing/cyclone-stage0
first - Build
testing/cyclone
once (it will use cyclone-stage0 sincetesting/cyclone
does not providecyclone-bootstrap
yet) - Build
testing/cyclone
again (this time it will usetesting/cyclone
since it does now providecyclone-bootstrap
due to the second step)
CC: @kdaudt
Edited by Sören Tempel