clang.mk - scc - simple c99 compiler
(HTM) git clone git://git.simple-cc.org/scc
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
clang.mk (172B)
---
1 include $(BUILDDIR)/tool/gnu.mk
2
3 NOCARET = -fno-caret-diagnostics
4 TOOL_ASFLAGS = -c
5
6 COMP = clang
7 ASM = clang
8 LINKER = ld.lld
9 OBJCOPY = llvm-objcopy
10 OBJDUMP = llvm-objdump