summaryrefslogtreecommitdiff
path: root/Kernel
diff options
context:
space:
mode:
authorPhilip Herron <herron.philip@googlemail.com>2019-12-17 21:42:42 +0000
committerAndreas Kling <awesomekling@gmail.com>2019-12-19 18:35:03 +0100
commitc73aa662bba17b50404d3820655847cc9c4c6a44 (patch)
treec49886bf1e1176d0d799d032504ac6202cba4354 /Kernel
parent1c9742a4a5883b2675e4d2d03274532022672426 (diff)
downloadserenity-c73aa662bba17b50404d3820655847cc9c4c6a44.zip
Update toolchain to binutils-2.33.1 gcc-9.2.0
Toolchain build makes git repo out of toolchain to allow patching Fix Makefiles to use new libstdc++ Parameterize BuildIt with default TARGET of i686 but arm is experimental
Diffstat (limited to 'Kernel')
-rw-r--r--Kernel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/Makefile b/Kernel/Makefile
index 987a9a14db..877c37da30 100644
--- a/Kernel/Makefile
+++ b/Kernel/Makefile
@@ -109,8 +109,8 @@ OBJS = $(CXX_OBJS) Arch/i386/Boot/boot.ao
KERNEL = kernel
CXXFLAGS += -ffreestanding -mno-80387 -mno-mmx -mno-sse -mno-sse2 -fno-asynchronous-unwind-tables
CXXFLAGS += -nostdlib -nostdinc -nostdinc++
-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/
+CXXFLAGS += -I../Toolchain/Local/i686-pc-serenity/include/c++/9.2.0/
+CXXFLAGS += -I../Toolchain/Local/i686-pc-serenity/include/c++/9.2.0/i686-pc-serenity/
DEFINES += -DKERNEL
LDFLAGS += -Ttext 0x100000 -Wl,-T linker.ld -nostdlib