diff options
author | Michael Forney <mforney@mforney.org> | 2022-02-10 15:35:32 -0800 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2022-02-10 15:35:32 -0800 |
commit | 704382569df976ab94d2b4d6ef7b5926c2de5de0 (patch) | |
tree | ebe7649ac335a3ec9ed2f2ed3868005dfe7f9f3e /README.md | |
parent | 832e4c2fae55dcf082ba23bc84a5f96547df0974 (diff) |
README: Remove recommendation of qbe branch
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -23,10 +23,8 @@ 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. 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. +target system. Since the preprocessor is not yet implemented, an +external one is currently required as well. ## Supported targets @@ -122,7 +120,6 @@ Patches are greatly appreciated. Send them to the mailing list [c]: https://github.com/andrewchambers/c [lacc]: https://github.com/larmel/lacc [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/cproc/1 |