aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-05-19 19:42:34 -0700
committerMichael Forney <mforney@mforney.org>2019-05-19 19:42:34 -0700
commit8835decde99f7e857520fc410b769804b50b9ccc (patch)
treee1ab5a6b167ff9733d46a3074abdb5866c30a852
parent93270130b52bd5b5b7398d9d5a0bfcf7a6c08f92 (diff)
Add supported targets to README
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
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