rust/mk/cfg
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
..
aarch64-apple-ios.mk
aarch64-linux-android.mk Splits Android NDK path configuration. 2015-07-28 19:21:04 +12:00
aarch64-unknown-linux-gnu.mk
arm-linux-androideabi.mk Splits Android NDK path configuration. 2015-07-28 19:21:04 +12:00
arm-unknown-linux-gnueabi.mk
arm-unknown-linux-gnueabihf.mk
armv7-apple-ios.mk
armv7s-apple-ios.mk
i386-apple-ios.mk
i686-apple-darwin.mk
i686-linux-android.mk New cross target: i686-linux-android 2015-08-23 15:38:11 +08:00
i686-pc-windows-gnu.mk
i686-pc-windows-msvc.mk Register new snapshots 2015-08-11 15:11:13 -07:00
i686-unknown-freebsd.mk
i686-unknown-linux-gnu.mk
mips-unknown-linux-gnu.mk
mipsel-unknown-linux-gnu.mk
powerpc-unknown-linux-gnu.mk
x86_64-apple-darwin.mk
x86_64-apple-ios.mk
x86_64-pc-windows-gnu.mk
x86_64-pc-windows-msvc.mk Register new snapshots 2015-08-11 15:11:13 -07:00
x86_64-rumprun-netbsd.mk Add support for the rumprun unikernel 2015-09-26 14:10:14 +02:00
x86_64-unknown-bitrig.mk
x86_64-unknown-dragonfly.mk
x86_64-unknown-freebsd.mk
x86_64-unknown-linux-gnu.mk
x86_64-unknown-linux-musl.mk
x86_64-unknown-netbsd.mk Various fixes for NetBSD/amd64 2015-09-21 21:50:54 +02:00
x86_64-unknown-openbsd.mk