aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8f68fdf..e7ec89d 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ created to type some lines of `asm` and filll a few evenings.
Supported platforms are `Linux` running on
- `x86_64`
- `arm64`
+- `armv7a`
### Example
@@ -74,6 +75,10 @@ The `arm64` demo can be run as
```bash
make ARCH=arm64 demo1
```
+The `armv7a` demo can be run as
+```bash
+make ARCH=arm demo1
+```
> Before starting to compile & run for a different architecture the the current
> build artifacts should be removed via `make clean`.