Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-20 | Set path of CCQBE explicitly | Michael Forney | |
2019-04-17 | htab -> map | Michael Forney | |
2019-04-07 | deps.mk: Include $(objdir) in target name | Michael Forney | |
2019-04-07 | Makefile: Don't use $< outside of inference rules | Michael Forney | |
In POSIX make, the meaning $< is unspecified outside of inference rules. | |||
2019-04-07 | Change $(objdir) instead of $(srcdir) for stage2 and stage3 builds | Michael Forney | |
This is a bit simpler, and avoids issues with FreeBSD make when including deps.mk (since the source files listed there are not relative to $(srcdir)). To do this, we need to make use of make(1) pattern substitutions, which are not yet standard (though accepted for issue 8[0]). Also, since the path of the object files seems to end up the resulting executables, breaking byte-wise comparison, make sure to strip the resulting executables. [0] http://austingroupbugs.net/view.php?id=519 | |||
2019-02-22 | Don't need CFLAGS with linking | Michael Forney | |
2019-02-13 | check target depends on cc | Michael Forney | |
2019-02-12 | Don't need to clear CFLAGS and LDFLAGS on bootstrap | Michael Forney | |
2019-02-12 | Initial import | Michael Forney | |