From 9ba2177d93e3aab498598cb7058bdb64798a2f29 Mon Sep 17 00:00:00 2001 From: johannst Date: Fri, 26 Feb 2021 23:21:23 +0100 Subject: updated README with armv7a --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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`. -- cgit v1.2.3