diff options
author | Michael Forney <mforney@mforney.org> | 2019-05-08 16:49:34 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-05-08 20:26:09 -0700 |
commit | 9f03161abae8b6502b51c20592bdc45654ede016 (patch) | |
tree | 799f4a99f73a1d0e217b58afe09341483dd8a33d /README.md | |
parent | 367796028dc0e00c7de512968e147c99fcb8f8c1 (diff) |
Recommend my QBE branch for now
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 |