commit 2e63ad8bce40b708c141f2aa845b8c94ea5f5424
Author: Hiltjo Posthuma <[email protected]>
Date: Fri Aug 20 13:59:13 2021 +0200
rocks: update QBE
It supports ARM too and RISC-V support is being worked on.
diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md
index 5791df45..ea76b466 100644
--- a/suckless.org/rocks/index.md
+++ b/suckless.org/rocks/index.md
@@ -20,7 +20,7 @@ because it makes them legally compatible with other suckless
projects.
* [cproc](https://git.sr.ht/~mcf/cproc) - frontend for C11 for QBE.
* [lacc](https://github.com/larmel/lacc) - A simple, self-hosting C compiler.
-* [qbe](https://c9x.me/compile/) - compiler backend targetting x64.
+* [qbe](https://c9x.me/compile/) - compiler backend targetting ARM and x86-64.
* [scc](https://www.simple-cc.org/) - Simple C Compiler.
* [tcc](https://bellard.org/tcc/) - Tiny C Compiler [git
repo](https://repo.or.cz/w/tinycc.git)