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