aboutsummaryrefslogtreecommitdiff
path: root/toolchain.makefile
blob: f5fb1b1d9276779619ae9b35b0205b90c8d1eb61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Toolchain
TARGET := i686-elf

AS       := clang
AS_FLAGS :=

LD       := ld.lld
LD_FLAGS := -T linker.ld

CXX         := clang++
CXX_FLAGS   := -std=c++20 -ffreestanding -nostdlib -nostdinc -nostdinc++ \
               -fno-exceptions -fno-rtti -Wall -Wextra -O2
CXX_INCLUDE := $(CURDIR)/libk $(CURDIR)/grub

#
BOOT := grub-mkrescue
EMU := qemu-system-i386 -cdrom