From 78f5acadfa7410cc59a723328067631e7246409f Mon Sep 17 00:00:00 2001 From: Alex Crichton <alex@alexcrichton.com> Date: Fri, 18 Sep 2015 15:01:16 -0700 Subject: [PATCH] Note triples in README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 46b30bfd..2b57d7ee 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,17 @@ various systems, including libc. [](https://ci.appveyor.com/project/alexcrichton/libc) [Documentation](http://alexcrichton.com/libc) + +## Platform Support + +Tested: + * `{i686,x86_64}-pc-windows-{msvc,gnu}` + * `{i686,x86_64,mips,aarch64}-unknown-linux-gnu` + * `x86_64-unknown-linux-musl` + * `arm-unknown-linux-gnueabihf` + * `arm-linux-androideabi` + * `{i686,x86_64}-apple-darwin` + +Untested: + * `{i686,x86_64}-unknown-freebsd` + * `x86_64-unknown-{bitrig,dragonfly,openbsd,netbsd}` -- GitLab