Home
       doc: Add external QBE reference - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 06a981d5ab044c5d73dd22d4420d4daa4b8c6f33
   DIR parent ec6ce1e2a23d42e52697de6cb108d81edd1c0c0e
  HTML 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:
         M README                              |       8 ++++++++
       
       1 file changed, 8 insertions(+), 0 deletions(-)
       ---
   DIR 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
        =================