summaryrefslogtreecommitdiff
path: root/Toolchain/BuildIt.sh
AgeCommit message (Expand)Author
2022-05-20Toolchain: Fix shellcheck warningDaniel Bertalan
2022-05-19Toolchain+Ports: Split the GCC patchesDaniel Bertalan
2022-05-12Toolchain: Upgrade to GCC 12.1.0Daniel Bertalan
2022-04-01Toolchain: Fix the gdb build for aarch64 target on macOS hostJames Mintram
2022-03-24Toolchain: Update gdb to 11.2Daniel Bertalan
2022-03-04Kernel: Add support for SA_SIGINFOAli Mohammad Pur
2022-02-11Toolchain: Update binutils to version 2.38Daniel Bertalan
2022-01-24Toolchain: Add support for building the userland with the mold linkerDaniel Bertalan
2022-01-24Toolchain: Backport support for the mold linkerDaniel Bertalan
2022-01-24Toolchain+Ports: Use the GNU hash format by defaultDaniel Bertalan
2022-01-24Kernel+Toolchain: Use `.init_array` section for global constructorsDaniel Bertalan
2022-01-10Toolchain: Don't use GNU objcopy in the LLVM toolchainDaniel Bertalan
2021-12-29Build: Remove gzip -k usage in PCI/USB ID files and crypt for OpenBSDtuftedocelot
2021-10-05Everywhere: Change from http to https where feasibleBen Wiederhake
2021-09-07Toolchain: Build aarch64-gdb for cross-debugging on x86Idan Horowitz
2021-08-14Toolchain: Make Kernel/API/ headers available during toolchain buildAndreas Kling
2021-08-08Toolchain: Add LLVM patch and script for building itDaniel Bertalan
2021-07-28Toolchain: Update GCC to version 11.2.0Gunnar Beutner
2021-07-28Toolchain: Update binutils to version 2.37Gunnar Beutner
2021-07-06Kernel+Toolchain: Remove the kernel-specific toolchainGunnar Beutner
2021-05-30Toolchain: Remove dependency check for texinfoGunnar Beutner
2021-05-30Toolchain: Check whether required tools and libraries are availableGunnar Beutner
2021-05-27Toolchain: Use set -o pipefail to the toolchain build scriptGunnar Beutner
2021-05-21Toolchain: Replace the -march=native flag with -mtune=nativeIdan Horowitz
2021-05-21Toolchain: Enable native host optimizations when building toolchainBrian Gianforcaro
2021-05-05Toolchain: Fix expansion bugs and make BuildIt.sh shellcheck compliantBrian Gianforcaro
2021-04-29Toolchain+Ports: Update GCC to version 11.1.0Gunnar Beutner
2021-04-27Build: Use variables when concatenating Toolchain paths.Brian Gianforcaro
2021-04-20Toolchain: Build GCC with optimizationsGunnar Beutner
2021-04-20Toolchain+Ports: Enable threads for gccGunnar Beutner
2021-04-19Toolchain: Don't produce debug symbolsxackus
2021-04-18Toolchain/BuildIt.sh: let's have colours on macOS too :^)Emanuele Torre
2021-04-18Toolchain: Add missing buildstep callsGunnar Beutner
2021-04-18Toolchain: Cache the output of uname -sGunnar Beutner
2021-04-18Toolchain: Build fix for macOSGunnar Beutner
2021-04-18Toolchain: Colorize the toolchain build script's outputGunnar Beutner
2021-04-18Toolchain: Enable -fexceptions and build a separate libstdc++ for the kernelGunnar Beutner
2021-04-14Toolchain: Update to the latest gcc release 10.3.0Brian Gianforcaro
2021-04-14Toolchain: Update binutils to version to latest 2.36.1 releaseBrian Gianforcaro
2021-04-12Toolchain: Install system headers before building GCCGunnar Beutner
2021-03-13Toolchain: Always strip compiler, not just on CIBen Wiederhake
2021-03-09Meta: Add a build helper scriptTom
2021-02-21Toolchain: Always remove the previous artifacts when buildingAnotherTest
2021-02-14Toolchain: Explicitly enable LTO, fix build on OpenBSDjoshua stein
2021-02-14Build: Sprinkle some portability, fix on OpenBSDjoshua stein
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2020-12-29Build: Support non-i686 toolchainsmeme
2020-12-28Meta: Add macOS workflow to CILuke
2020-12-14Toolchain: Fix usage of libgcc_s & build PIE executables by defaultItamar
2020-11-08Toolchain: Trust cache blindlyBen Wiederhake