From b2b4c8a2e44f80d7ecc41372c8a97f7540ca9907 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Mon, 1 Dec 2014 14:14:30 -0500 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4556ad0..3923582 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,17 @@ This openembedded layer provides the rust compiler, tools for building packages ## What works: - MACHINE="beaglebone" (TARGET_SYS=arm-poky-linux-gnueabi) - - Building rust-native, rust-cross, rust-hello-world + - Building rust-native, rust-cross, rust-hello-world, cargo-native + - Running/using all of these except rust-hello-world ## What doesn't: - - building cargo-native (Using a local cargo install from somewhere else works just fine). + - Probably some of the untested things ## What's untested: - cargo, rust (built for target) - - running anything + - running rust-hello-world on target - Other TARGETs ## TODO