Files
mango/tools/make/clang-generic.mk

6 lines
180 B
Makefile
Raw Normal View History

LD := ld.lld
CC := clang
CFLAGS := -fuse-ld=$(LD) -target x86_64-linux-elf -nostdlib -nostdinc -ffreestanding -Wl,-nostdlib -Wno-unused-command-line-argument
LDFLAGS := -nostdlib