summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryant Mairs <bryant@mai.rs>2017-07-09 11:28:34 -0700
committerBryant Mairs <bryant@mai.rs>2017-07-10 20:49:42 -0700
commit9f1b2331d12bebac654bfe8cdfd8a6a0dfc328c6 (patch)
treeea5f728022ce3143ef6b00d0201c8119a8702d42
parent072637ff5c3e65c2c2be9fe3f941bd40fd2f7754 (diff)
downloadnix-9f1b2331d12bebac654bfe8cdfd8a6a0dfc328c6.zip
Alphabetize Tier 1 supported platforms
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index b6303ba6..4ccc4785 100644
--- a/README.md
+++ b/README.md
@@ -50,20 +50,20 @@ The following targets are all supported by nix on Rust 1.13.0 or newer (unless
otherwise noted):
Tier 1:
- * i686-unknown-linux-gnu
- * x86_64-unknown-linux-gnu
- * i686-apple-darwin
- * x86_64-apple-darwin
* aarch64-unknown-linux-gnu
- * armv7-unknown-linux-gnueabihf
* arm-unknown-linux-gnueabi
- * x86_64-unknown-freebsd
+ * armv7-unknown-linux-gnueabihf
+ * i686-apple-darwin
+ * i686-unknown-linux-gnu
+ * i686-unknown-linux-musl
+ * mips-unknown-linux-gnu
+ * mipsel-unknown-linux-gnu
* powerpc-unknown-linux-gnu
* powerpc64-unknown-linux-gnu
* powerpc64le-unknown-linux-gnu
- * mips-unknown-linux-gnu
- * mipsel-unknown-linux-gnu
- * i686-unknown-linux-musl
+ * x86_64-apple-darwin
+ * x86_64-unknown-freebsd
+ * x86_64-unknown-linux-gnu
* x86_64-unknown-linux-musl
Tier 2: