commit 2e63ad8bce40b708c141f2aa845b8c94ea5f5424
parent 5591e2d8c23cf1574ebdc08c6d26da8a6aab19ee
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 20 Aug 2021 13:59:13 +0200
rocks: update QBE
It supports ARM too and RISC-V support is being worked on.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)