summaryrefslogtreecommitdiff
path: root/Toolchain
AgeCommit message (Expand)Author
2021-08-17Toolchain: Make Kernel/API headers available to Clang toolchain buildTimothy Flynn
2021-08-14Toolchain: Make Kernel/API/ headers available during toolchain buildAndreas Kling
2021-08-08Toolchain: Remove static LLVM librariesDaniel Bertalan
2021-08-08Toolchain: Build libLLVM as a dynamic libraryDaniel Bertalan
2021-08-08Toolchain+Ports: Let -nostdlib make us not link against libgcc_sGunnar Beutner
2021-08-08Toolchain: Add caching to BuildClang.sh for CIDaniel Bertalan
2021-08-08Toolchain: Add LLVM patch and script for building itDaniel Bertalan
2021-08-03Ports: Change Python's auth_type to sha256Linus Groh
2021-07-28Toolchain+Ports: Fix building ports on x86_64Gunnar Beutner
2021-07-28Toolchain: Update GCC to version 11.2.0Gunnar Beutner
2021-07-28Toolchain: Update binutils to version 2.37Gunnar Beutner
2021-07-24Toolchain+Ports: Ignore -arch on macOS M1 hostsGunnar Beutner
2021-07-10Toolchain: Use correct variable when deleting the QEMU tarballGunnar Beutner
2021-07-08Toolchain: Fix building toolchain on arm64 macsmodmuss50
2021-07-06Kernel+Toolchain: Remove the kernel-specific toolchainGunnar Beutner
2021-07-03Meta: Change the QEMU binary directory to Toolchain/Local/qemuGunnar Beutner
2021-06-29Toolchain: Allow containerized work with Serenity via Dockerkleines Filmröllchen
2021-06-26Toolchain: Build the x86_64 target in addition to i386 in BuildQemu.shIdan Horowitz
2021-06-07Toolchain: Add `gettext` as a dependency to `Dockerfile`Jelle Raaijmakers
2021-06-07Toolchain: Add `ccache` to DockerfileJelle Raaijmakers
2021-06-07Toolchain+Ports: Fix building binutils on FreeBSDGunnar Beutner
2021-06-04Toolchain: Add ImageMagick to DockerfileJelle Raaijmakers
2021-06-03Toolchain: Use gcc's arHediadyoin1
2021-06-02Toolchain: Set CMAKE_AR to the right executableOleg Kosenkov
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-09Toolchain+Ports: Skip link tests for libstdc++v3Gunnar Beutner
2021-05-07Toolchain: Make -nodefaultlibs not link against libgcc_sGunnar Beutner
2021-05-05Toolchain: Fix expansion bugs and make BuildIt.sh shellcheck compliantBrian Gianforcaro
2021-05-05Toolchain: Make BuildFuseExt2.sh shellcheck compliantBrian Gianforcaro
2021-05-05Toolchain: Make BuildPython.sh shellcheck compliantBrian Gianforcaro
2021-05-03Toolchain: Enable building all code with -fPICGunnar Beutner
2021-04-30Toolchain: Upgrade to QEMU 6.0 releaseBrian Gianforcaro
2021-04-29Toolchain: Update the binutils patch file to match the portGunnar Beutner
2021-04-29Toolchain+Ports: Update GCC to version 11.1.0Gunnar Beutner
2021-04-28Toolchain: Update QEMU to 6.0.0-rc5Brian Gianforcaro
2021-04-27Build: Use variables when concatenating Toolchain paths.Brian Gianforcaro
2021-04-27Toolchain/Dockerfile: Add rsync and unzipJelle Raaijmakers
2021-04-26Toolchain: Update QEMU to 6.0-rc4Brian Gianforcaro
2021-04-25Toolchain: Update cmake platform definitionGunnar Beutner
2021-04-22Toolchain/Dockerfile: Update to Ubuntu 21.04, add gitJelle Raaijmakers
2021-04-20Toolchain: Build GCC with optimizationsGunnar Beutner
2021-04-20Toolchain+Ports: Enable threads for gccGunnar Beutner
2021-04-20Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIRPanagiotis Vasilopoulos
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