Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-11 | Fix tests on BSDs and 9front, improve names.abi | Ori Bernstein | |
2020-01-12 | fixed macos build, "improved" vim syntax highlighting (improved mode off by ↵ | bitmapper | |
default) | |||
2019-01-07 | Correctly strip manpage names on Plan 9. | Ori Bernstein | |
2018-01-27 | GC sections by default. | Ori Bernstein | |
Why make our binaries oversized? | |||
2018-01-17 | Add dynamic linker flags for OpenBSD to configure | Carlin Bingham | |
2018-01-17 | Add dynamic linker flags for Linux to configure | Carlin Bingham | |
2018-01-17 | Add a stub dlflags config variable for every OS | Carlin Bingham | |
2018-01-17 | Remove implicit -static from OpenBSD linker cmd | Carlin Bingham | |
-static is the default if no dynamic libraries are specified but it being implicitly set overrides dynamic linking if they are | |||
2017-11-27 | Allow MYR_LDFLAGS to work properly | Mura Li | |
2017-06-24 | Fix configure script | Lucas Gabriel Vuotto | |
* properly iterate over all args, respecting quoted ones * fix --prefix | -p handling * exit on --help Signed-off-by: Lucas Gabriel Vuotto <lvuotto92@gmail.com> | |||
2017-03-20 | OSX is unhappy when combining 'as -g' and .loc directives. | Ori Bernstein | |
Turn it off. It isn't really helping with .loc directives. | |||
2017-03-05 | Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc | Ori Bernstein | |
2017-03-03 | Fix final warnigns on OSX builds.r0.1.1r0.1.0 | Ori Bernstein | |
The OSX deployment target should also be set for building rt/_myrrt.o | |||
2017-02-15 | Add NetBSD support | Kamil Rytarowski | |
2017-02-07 | Make FreeBSD manpath consistent for mbld | Ori Bernstein | |
2017-02-07 | FreeBSD also uses the same INST_MAN rules as OpenBSD | Ori Bernstein | |
2017-02-07 | Remove the need for local OpenBSD patches. | James Turner | |
OpenBSD uses /usr/local/man not /usr/local/share/man. Create a new INST_MAN variable that can be used to control the man path and move Manpath into the OS specific settings. | |||
2017-01-22 | Set appropriate env vars on OSX. | Ori Bernstein | |
This shuts up the last warnings for the assembler. | |||
2016-12-20 | Fix warnings on OSX, refactor ./configure | Ori Bernstein | |
By default, OSX builds for the current OS, but we tell it to link for 10.6 and up. This mismatch will sometimes cause warnings. This exports an environment variable in order to fix that annoyance, as well as cleaning up the way we pass round the flags to do it. | |||
2016-05-08 | We now can build and install on openbsd. | Ori Bernstein | |
2016-05-08 | Use correct linker command. | Ori Bernstein | |
2016-05-08 | Put strings in reasonable places on OpenBSD. | Ori Bernstein | |
This probably causes horrendous amounts of text relocations, but it seems to work. | |||
2016-05-08 | Add initial openbsd skeleton | Andrew Chambers | |
2016-03-10 | Fix build on OSX, by deduping syms correctly. | Ori Bernstein | |
With macho, we need to set a different attribute for asm than we need on ELF targets. | |||
2016-01-02 | Add support for installing data blobs. | Ori Bernstein | |
2015-12-06 | Add missing files. | Ori Bernstein | |
Fixes FreeBSD support. | |||
2015-05-15 | Don't hardcode paths. | Ori Bernstein | |
Plan 9 needs them to be configured differently. | |||
2015-04-14 | Get much closer to getting this whole mess working on OSX. | Ori Bernstein | |
It looks like the last missing piece is a working getcwd. | |||
2015-04-13 | fix configure scripts, add var cache support for regen. | Ori Bernstein | |
2014-12-26 | Fix a few typos. | Ori Bernstein | |
2014-12-25 | Handle objfile suffixes correctly. | Ori Bernstein | |
2014-12-24 | Make myrbuild a tad friendlier to plan9. | Ori Bernstein | |
2014-12-23 | Work towards wrapping different systems. | Ori Bernstein | |
2014-12-22 | Use the right 'ar' command on plan9. | Ori Bernstein | |
2014-12-21 | First attempt at supporting plan9 assemblers. | Ori Bernstein | |
2014-12-13 | Add plan9 instruction formats. | Ori Bernstein | |
Work towards a plan9 port. This commit also fixes a bug with strings that contain '\0'. The commits got tangled, and I'm too lazy to detangle them. | |||
2014-10-06 | Split libstd into libstd and libsys. | Ori Bernstein | |
2014-10-06 | Probe the architecture. | Ori Bernstein | |
2014-10-04 | Consistent constant naming: symprefix -> Symprefix. | Ori Bernstein | |
Rename so that we have Initialcase constants. | |||
2014-09-24 | Remove dependency on system() call. | Ori Bernstein | |
2014-08-24 | Make joke configure output less spammy. | Ori Bernstein | |
We still want to make fun of autoconf, just less fun of it. | |||
2014-08-11 | more modifications for FreeBSD port | akoshibe | |
2014-08-06 | Merge branch 'master' of https://github.com/oridb/mc | akoshibe | |
2014-08-06 | Parts of syscall wrapper for FreeBSD | akoshibe | |
2014-08-04 | Use probed values from configure | Ori Bernstein | |
Drop platform.h for config.h. | |||
2014-05-26 | Improve the error message when failing ot configure. | Ori Bernstein | |
Not noticable eneough. | |||
2014-05-26 | Don't build on unkown systems. | Ori Bernstein | |
We're just going to get things wrong. What was I thinking? | |||
2013-01-18 | Be more careful about duplicated dependencies to build. | Ori Bernstein | |
We would allow duplicated local deps in the dependency list before. Don't do that. | |||
2012-09-28 | use 'myrbuild' to build the standard Myrddin library. | Ori Bernstein | |
2012-09-28 | Build tool is complete now. | Ori Bernstein | |