blaise/runtime
Graeme Geldenhuys 3addd9630f chore(runtime): switch RTL build to unit-as-top-level; drop build-driver shims
Now that the compiler supports `blaise --source Unit.pas --output Unit.o`
directly, the build-driver pattern (a thin program wrapper + IR sed strip)
is no longer needed.  Replace every multi-step rule with a single invocation
and delete the eight *_build_driver.pas files.

This commit must follow the merge of blaise_clean_split in git history so
that the rolling-bootstrap script can build the merge commit using the
previous binary (which still uses the old Makefile), then build this commit
using the freshly-merged binary (which understands unit-as-top-level).
2026-06-03 23:49:29 +01:00
..
src chore(runtime): switch RTL build to unit-as-top-level; drop build-driver shims 2026-06-03 23:49:29 +01:00
Makefile chore(runtime): switch RTL build to unit-as-top-level; drop build-driver shims 2026-06-03 23:49:29 +01:00
project.xml refactor: split rtl/ into runtime/ + stdlib/, rename bcl.testing to blaise.testing 2026-05-16 00:51:18 +01:00