scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 06a981d5ab044c5d73dd22d4420d4daa4b8c6f33
parent ec6ce1e2a23d42e52697de6cb108d81edd1c0c0e
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue,  8 Oct 2024 16:22:16 +0200

doc: Add external QBE reference

QBE is not anymore shipped with scc and it has to be installed
in the system.

Diffstat:
MREADME | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -135,6 +135,14 @@ important to highlight that the file is not removed by `make clean` because it can contain local user modifications. You should use `make distclean` to remove it. +Runtime dependencies +==================== + +Some configurations of scc require having the QBE [1] executable in the PATH, +whose version must support common storage which was incorporated to it after +the commit 8ded7a5, but it is not part of a stable release of QBE yet. + +[1] https://c9x.me/compile/ Musl libc support =================