Skip to content

Commit ff82570

Browse files
committed
Add descriptions of native execution
Since a previous commit modified the rules for determining when QEMU is used, this commit adds related descriptions to the README to explain how developers can make the build system verify whether native execution can be performed.
1 parent aa1209b commit ff82570

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ emulation on GNU/Linux:
6666
$ sudo apt-get install qemu-user
6767
```
6868

69+
The build system is able to verify whether the running machine can perform native
70+
execution without QEMU. The host machine may install the prebuilt
71+
[fastfetch](https://github.com/fastfetch-cli/fastfetch/), which allows the build
72+
system to determine whether native execution can be enabled.
73+
6974
It is still possible to build `shecc` on macOS or Microsoft Windows. However,
7075
the second stage bootstrapping would fail due to `qemu-arm` absence.
7176

0 commit comments

Comments
 (0)