scc

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

commit 197eb2b433794760af18fb01a6c1c91bcfe601f0
parent d8e2f76de22e99c197c000ccd4c1ecc097d312ba
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 16 Mar 2023 07:38:49 +0100

build: Use lld in sys-scc_clang.h

This allows to use only clang binaries in the toolchain
configuration.

Diffstat:
Minclude/scc/scc/sys-scc_clang.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/scc/scc/sys-scc_clang.h b/include/scc/scc/sys-scc_clang.h @@ -1,4 +1,4 @@ -#define LDBIN "ld" +#define LDBIN "ld.lld" #define ASBIN "clang" /* configure below your standard sys include paths */