aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-05-08 20:25:12 -0700
committerMichael Forney <mforney@mforney.org>2019-05-08 20:37:47 -0700
commit1177ba4d9d5691470b15875a2b122df53d479c5e (patch)
tree645380cb2e5434d196064cf71926ce4ce4004b83
parent178a472e84bb7735fea11e08c2bf74cb521d6150 (diff)
README: Mention that aarch64 mostly works
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4102952..5e7612a 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,10 @@ 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.
+All architectures supported by QBE should work (currently x86\_64 and
+aarch64), though you might run into some problems with aarch64 since
+it's not as well tested.
+
## Building
Run `./configure` to create a `config.h` and `config.mk` appropriate for
@@ -75,8 +79,6 @@ specified in `config.h`.
- Preprocessor ([#6]).
- Generation of position independent code (i.e. shared libraries,
modules, PIEs).
-- Currently only `x86_64` is supported and tested, though QBE also
- supports `aarch64`, so it is possible that it works as well.
## Issue tracker