summaryrefslogtreecommitdiff
path: root/Toolchain
AgeCommit message (Expand)Author
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-17Toolchain: Updated QEMU from 5.2.0 to 6.0.0-rc3Panagiotis Vasilopoulos
2021-04-17Toolchain: Fix cmake definition for CMAKE_DL_LIBSGunnar Beutner
2021-04-16Ports: Make sure ports are installed into /usr/localGunnar Beutner
2021-04-16Toolchain+Ports: Move the CMake toolchain file into a subdirectoryGunnar Beutner
2021-04-16Toolchain: Add platform definition for CMakeGunnar Beutner
2021-04-16Toolchain+LibC: Don't link LibC against crt0Gunnar 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-11Toolchain: Update build paths in CMakeToolchain.txtLinus Groh
2021-03-11Toolchain: Remove unnecessary file from commitBen Wiederhake
2021-03-09Meta: Add a build helper scriptTom
2021-02-24Toolchain: Upgrade BuildQemu.sh to the latest 5.2.0 releaseBrian Gianforcaro
2021-02-21Toolchain: Always remove the previous artifacts when buildingAnotherTest
2021-02-19Toolchain: Use -ftls-model=initial-exec by defaultItamar
2021-02-14Toolchain: Explicitly enable LTO, fix build on OpenBSDjoshua stein
2021-02-14Build: Sprinkle some portability, fix on OpenBSDjoshua stein
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2021-01-18Ports: Add Python 3.9Linus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-04Toolchain: Disable exceptions by defaultItamar
2021-01-03Toolchain+LibTTF: Remove some blank line at the end of CMake files.Emanuele Torre
2021-01-01Meta: Enable RTTI for Userspace programsAndrew Kaster
2020-12-30Toolchain: Fix incorrect use of ENV{SERENITY_ARCH} in CMakeToolchain.txtLinus Groh
2020-12-29Build: Support non-i686 toolchainsmeme
2020-12-28Meta: Add macOS workflow to CILuke
2020-12-24Toolchain+LibC: Fix usage of crt filesItamar
2020-12-14Toolchain+Ports: Fix gcc patch fileItamar
2020-12-14Toolchain: Fix usage of libgcc_s & build PIE executables by defaultItamar
2020-12-14Build: Build libgcc_s.soItamar
2020-12-14Toolchain: Configure the path to the dynamic linkerItamar
2020-12-13Toolchain: Bump Ubuntu version to 20.10 in the Dockerfile (#4401)Daniel Lemos
2020-11-08Toolchain: Trust cache blindlyBen Wiederhake
2020-10-20Build: Modify various parts to allow the build to succeed on FreeBSDLaurent Cimon
2020-10-19Toolchain: Set CACHED_TOOLCHAIN_ARCHIVE after computing hashLinus Groh
2020-10-19Toolchain: Remove cached archive and rebuild if extracting failsLinus Groh
2020-10-12Toolchain: Upgrade to Binutils 2.35.1Andreas Kling
2020-10-12Toolchain: Upgrade to GCC 10.2.0Andreas Kling
2020-09-27Toolchain: Fix outdated error message about SERENITY_ROOT (#3624)Brian Pfeil
2020-09-14Travis: Strip every executableBen Wiederhake
2020-08-15Travis: Toolchain only depends on headers, not implsBen Wiederhake
2020-08-15Toolchain: Update README to point to the current build instructionsLuke
2020-08-02Build: Build libstdc++ in parallelBen Wiederhake
2020-08-02Travis: 'configure' is too chatty for CIBen Wiederhake
2020-07-29Toolchain: Strip cc1Nico Weber