1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:37:35 +00:00

Kernel: Pick up standard includes from ../Toolchain, not ../Root

This commit is contained in:
Andreas Kling 2019-07-09 17:28:26 +02:00
parent b149dd7584
commit 182c5d8aad

View file

@ -98,8 +98,8 @@ OBJS = $(CXX_OBJS) Boot/boot.ao
KERNEL = kernel
CXXFLAGS += -ffreestanding -mregparm=3 -mno-80387 -mno-mmx -mno-sse -mno-sse2
CXXFLAGS += -nostdlib -nostdinc -nostdinc++
CXXFLAGS += -I../Root/usr/local/include/c++/8.3.0/
CXXFLAGS += -I../Root/usr/local/include/c++/8.3.0/i686-pc-serenity/
CXXFLAGS += -I../Toolchain/Local/i686-pc-serenity/include/c++/8.3.0/
CXXFLAGS += -I../Toolchain/Local/i686-pc-serenity/include/c++/8.3.0/i686-pc-serenity/
DEFINES += -DKERNEL
LDFLAGS += -Ttext 0x10000 -Wl,-T linker.ld -nostdlib