mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:17:46 +00:00
Kernel: Pick up standard includes from ../Toolchain, not ../Root
This commit is contained in:
parent
b149dd7584
commit
182c5d8aad
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue