README: update info about what works and doesn't

This commit is contained in:
Doug Goldstein
2016-07-30 15:36:30 -05:00
parent 1878ee9a1e
commit 69dd8a8ee3
+2 -2
View File
@@ -6,16 +6,16 @@ This openembedded layer provides the rust compiler, tools for building packages
## What works: ## What works:
- Building rust-native, rust-cross, rust-hello-world, cargo-native - Building rust-native, rust-cross, rust-hello-world, cargo-native
- Running/using all of these (including rust-hello-world) - Building Rust based projects with Cargo for the TARGET
## What doesn't: ## What doesn't:
- Using anything but x86_64 as the build environment
- Probably some of the untested things - Probably some of the untested things
## What's untested: ## What's untested:
- rust (built for target) - rust (built for target)
- Other TARGETs
## Common issues when packaging things using cargo ## Common issues when packaging things using cargo