rust/mk
Sebastian Wicki c099cfab06 Add support for the rumprun unikernel
For most parts, rumprun currently looks like NetBSD, as they share the same
libc and drivers. However, being a unikernel, rumprun does not support
process management, signals or virtual memory, so related functions
might fail at runtime. Stack guards are disabled exactly for this reason.

Code for rumprun is always cross-compiled, it uses always static
linking and needs a custom linker.
2015-09-26 14:10:14 +02:00
..
cfg Add support for the rumprun unikernel 2015-09-26 14:10:14 +02:00
clean.mk Remove morestack support 2015-08-10 16:35:44 -07:00
crates.mk add MIR crate and link it into the driver 2015-09-06 07:27:23 -04:00
ctags.mk Update the ctags rules and targets. 2015-07-30 06:35:42 +10:00
debuggers.mk debuginfo: Create common debugger pretty printer module. 2015-05-30 20:06:08 +02:00
dist.mk Don't include *.pyc files in source tarball 2015-09-19 20:04:10 +12:00
docs.mk Introduce 'make doc' -> 'make docs' 2015-09-02 22:00:58 -04:00
grammar.mk Make lexer tooling message more generic 2015-09-23 11:43:49 -04:00
host.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
install.mk configure: Remove obsolete --disable-verify option 2015-04-08 12:16:47 -07:00
llvm.mk add support for non-standard name of stdc++ library 2015-09-18 18:03:59 +02:00
main.mk Bump to 1.5 2015-09-15 14:05:10 -07:00
perf.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
platform.mk Pass libstdc++.so path to linker under OpenBSD 2015-09-20 19:06:37 +02:00
prepare.mk Replace nop hack, explain substitution reasoning 2015-06-13 17:27:12 +01:00
reconfig.mk mk: Fix reconfiguring top-level ./configure 2015-06-17 17:32:11 -07:00
rt.mk Add line numbers to windows-gnu backtraces 2015-09-04 01:25:15 +01:00
rustllvm.mk trans: Use LLVM's writeArchive to modify archives 2015-07-10 09:06:21 -07:00
snap.mk mk: Remove extra whitespace before line continuation backslashes 2014-07-23 08:41:55 -07:00
stage0.mk mk/stage0: complain instead of creating an empty file 2014-11-20 16:00:12 -05:00
target.mk plumbing to automatically run MIR for crates where it works; 2015-09-06 07:27:23 -04:00
tests.mk rmake: Get all tests passing on MSVC 2015-09-17 08:40:33 -07:00
util.mk mk: Build crates with relative paths to rustc 2015-06-13 01:41:52 +02:00