diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -22,8 +22,10 @@ The POSIX driver depends on POSIX.1-2008 interfaces, and the `Makefile` requires a POSIX-compatible make(1). At runtime, you will need QBE, an assembler, and a linker for the -target system. Since the preprocessor is not yet implemented, an external -one is currently required as well. +target system. Currently, my personal [QBE branch] is recommended, since +it may address some issues that have not yet made it upstream. Since +the preprocessor is not yet implemented, an external one is currently +required as well. ## Building @@ -94,6 +96,7 @@ be created, which will then become the preferred form of contribution. [8cc]: https://github.com/rui314/8cc [c]: https://github.com/andrewchambers/c [scc]: http://www.simple-cc.org/ +[QBE branch]: https://git.sr.ht/~mcf/qbe [5.2.1.1]: http://port70.net/~nsz/c/c11/n1570.html#5.2.1.1 [6.4.6p3]: http://port70.net/~nsz/c/c11/n1570.html#6.4.6p3 [#1]: https://todo.sr.ht/~mcf/cc-issues/1 |