Move rust support to libports

Issue #1899
This commit is contained in:
Christian Helmuth
2016-05-12 10:26:36 +02:00
parent bb3e9300f6
commit 3ba61a2ddf
13 changed files with 7 additions and 7 deletions

View File

@ -12,13 +12,13 @@ install_config {
<default-route>
<any-service> <parent/> </any-service>
</default-route>
<start name="rust-test">
<start name="test-rust">
<resource name="RAM" quantum="10M"/>
</start>
</config>
}
build_boot_image "core init rust-test ld.lib.so libc.lib.so"
build_boot_image "core init test-rust ld.lib.so libc.lib.so"
append qemu_args "-nographic -m 64"

View File

@ -1,4 +1,4 @@
TARGET = rust-test
TARGET = test-rust
SRC_RS = main.rs
SRC_CC = printf.cc
LIBS = libcore-rust libcollections-rust base librustc_unicode-rust liballoc-rust liblibc-rust liballoc_system-rust