LD := $(ARCH)-elf-gcc CC := $(ARCH)-elf-gcc ASM := $(ARCH)-elf-gcc CFLAGS := -nostdlib -nostdinc -ffreestanding -Wl,-nostdlib ASMFLAGS := $(CFLAGS) LDFLAGS := -nostdlib