scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | 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