From 3a9ae1d694eec6f58190127efbda8bc94c95a6af Mon Sep 17 00:00:00 2001 From: Cody Schafer Date: Sun, 16 Nov 2014 23:46:16 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98ca576..00b8e8a 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,13 @@ This openembedded layer provides the rust compiler, tools for building packages ## What works: Building: - rust-native, cargo-native, + rust-native, rust-cross (tested with qemux86) ## What doesn't: - building rust-hello-world + - building cargo-native (I managed to break it) ## What's untested: From ef038d5a09bc913bda0556045669ec00d3f91c8e Mon Sep 17 00:00:00 2001 From: Cody Schafer Date: Sun, 16 Nov 2014 23:46:43 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 00b8e8a..6a48e63 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,7 @@ This openembedded layer provides the rust compiler, tools for building packages ## What works: - Building: - rust-native, - rust-cross (tested with qemux86) + - Building rust-native and rust-cross (tested with qemux86) ## What doesn't: From edc9ca44b7f722d03496095ea780ae090aa36bcc Mon Sep 17 00:00:00 2001 From: Cody Schafer Date: Sun, 16 Nov 2014 23:46:53 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6a48e63..f95a1f7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ This openembedded layer provides the rust compiler, tools for building packages ## What's untested: - cargo, rust (built for target) - - running anything ## TODO