index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Toolchain
/
Patches
Age
Commit message (
Expand
)
Author
2021-07-28
Toolchain+Ports: Fix building ports on x86_64
Gunnar Beutner
2021-07-28
Toolchain: Update GCC to version 11.2.0
Gunnar Beutner
2021-07-28
Toolchain: Update binutils to version 2.37
Gunnar Beutner
2021-07-24
Toolchain+Ports: Ignore -arch on macOS M1 hosts
Gunnar Beutner
2021-07-08
Toolchain: Fix building toolchain on arm64 macs
modmuss50
2021-07-06
Kernel+Toolchain: Remove the kernel-specific toolchain
Gunnar Beutner
2021-06-07
Toolchain+Ports: Fix building binutils on FreeBSD
Gunnar Beutner
2021-05-09
Toolchain+Ports: Skip link tests for libstdc++v3
Gunnar Beutner
2021-05-07
Toolchain: Make -nodefaultlibs not link against libgcc_s
Gunnar Beutner
2021-05-03
Toolchain: Enable building all code with -fPIC
Gunnar Beutner
2021-04-29
Toolchain: Update the binutils patch file to match the port
Gunnar Beutner
2021-04-29
Toolchain+Ports: Update GCC to version 11.1.0
Gunnar Beutner
2021-04-20
Toolchain+Ports: Enable threads for gcc
Gunnar Beutner
2021-04-18
Toolchain: Enable -fexceptions and build a separate libstdc++ for the kernel
Gunnar Beutner
2021-04-16
Toolchain+LibC: Don't link LibC against crt0
Gunnar Beutner
2021-04-14
Toolchain: Update binutils to version to latest 2.36.1 release
Brian Gianforcaro
2021-03-11
Toolchain: Remove unnecessary file from commit
Ben Wiederhake
2021-02-19
Toolchain: Use -ftls-model=initial-exec by default
Itamar
2021-01-04
Toolchain: Disable exceptions by default
Itamar
2020-12-24
Toolchain+LibC: Fix usage of crt files
Itamar
2020-12-14
Toolchain+Ports: Fix gcc patch file
Itamar
2020-12-14
Toolchain: Fix usage of libgcc_s & build PIE executables by default
Itamar
2020-12-14
Build: Build libgcc_s.so
Itamar
2020-12-14
Toolchain: Configure the path to the dynamic linker
Itamar
2020-05-16
Toolchain/Ports: Update to gcc 10.1.0
Shannon Booth
2020-04-05
Toolchain: Fix trailing white space warnings when gcc.patch is applied
Brian Gianforcaro
2020-01-01
Toolchain: Use crtbeginS and crtendS for shared objects
Andrew Kaster
2019-12-27
Toolchain: Allow building shared objects
Andreas Kling
2019-12-19
Update toolchain to binutils-2.33.1 gcc-9.2.0
Philip Herron
2019-04-29
Toolchain: Added build script (wip)
VAN BOSSUYT Nicolas