summaryrefslogtreecommitdiff
path: root/mkfile
AgeCommit message (Collapse)Author
2018-11-27One more mkfile tweak for bootstrap.Ori Bernstein
2018-11-26Remove incorrect command override.Ori Bernstein
2018-06-27Apply the same bootstrap changes to 9front.Ori Bernstein
2018-01-02Let's build the compiler before we use it.Ori Bernstein
2017-10-05make the bootstrapping step explicit.Ori Bernstein
2017-09-09Fix `mk check` on plan 9.Ori Bernstein
2016-12-20Add 'Sysinit' macro to mkfile.Ori Bernstein
2016-09-10We have `mbld test`. Use it, and update runtest.rc to match.Ori Bernstein
2016-02-26Fix compile of C codeOri Bernstein
2015-06-27Fix 'mk check' on 9front.Ori Bernstein
We were cding before running mbldwrap.sh, which clearly lead to mbldwrap.sh not being found. Fixed.
2015-06-25Fix last broken test.Ori Bernstein
rc uses ' instead of ".
2015-05-15Add bootstrap file for Plan 9.Ori Bernstein
2015-05-15Add working 'uninstall' targets.glenda@cirno
2015-04-24Add mbld commands to mkfile.Ori Bernstein
2015-04-23Fix bootstrap on plan9.Ori Bernstein
We still don't generate type descriptions, but we at least run and bootstrap.
2014-12-26Handle localness of labels a bit differently.Ori Bernstein
use asmname() more liberally. it does the right thign.
2014-12-26Don't use subexpressions that don't exist.Ori Bernstein
2014-12-25Handle objfile suffixes correctly.Ori Bernstein
2014-12-25Get testing closer to working on plan9.Ori Bernstein
2014-12-25Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mcOri Bernstein
Conflicts: 6/gen.c 6/locs.c 6/simp.c
2014-12-24Get plan9 even closer to workingness.Ori Bernstein
A few more oddities.
2014-12-22Use the right 'ar' command on plan9.Ori Bernstein
2014-12-21Add a default assembly command.Ori Bernstein
2014-12-21More work towards plan9 workingness.Ori Bernstein
2014-10-05Add plan9 mkfiles and runtime.Ori Bernstein