mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:57:35 +00:00
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
This commit is contained in:
parent
1c9742a4a5
commit
c73aa662bb
5 changed files with 298 additions and 162 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue