From c73aa662bba17b50404d3820655847cc9c4c6a44 Mon Sep 17 00:00:00 2001 From: Philip Herron Date: Tue, 17 Dec 2019 21:42:42 +0000 Subject: 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 --- Kernel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Kernel') 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 -- cgit v1.2.3