From 8835decde99f7e857520fc410b769804b50b9ccc Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 19 May 2019 19:42:34 -0700 Subject: Add supported targets to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ba2acf3..37562cf 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,20 @@ it may address some issues that have not yet made it upstream. Since the preprocessor is not yet implemented, an external one is currently required as well. +## Supported targets + All architectures supported by QBE should work (currently x86\_64 and aarch64). +The following targets are tested by the continuous build and known to +bootstrap and pass all tests: + +- `x86_64-linux-musl` +- `x86_64-linux-gnu` +- `x86_64-freebsd` +- `aarch64-linux-musl` +- `aarch64-linux-gnu` + ## Building Run `./configure` to create a `config.h` and `config.mk` appropriate for -- cgit v1.2.3