diff options
author | Michael Forney <mforney@mforney.org> | 2019-05-19 19:42:34 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-05-19 19:42:34 -0700 |
commit | 8835decde99f7e857520fc410b769804b50b9ccc (patch) | |
tree | e1ab5a6b167ff9733d46a3074abdb5866c30a852 | |
parent | 93270130b52bd5b5b7398d9d5a0bfcf7a6c08f92 (diff) |
Add supported targets to README
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |