serenity/Toolchain
Nico Weber efc6f8d7b7 Toolchain: Remove dependency on grealpath from BuildClang.sh
Regular `realpath` seems to work fine.

This removes the last coreutils dependency from BuildClang.sh.
It can now run on a system that has just ninja and cmake and Xcode
installed.

No intended behavior change.
2024-08-04 22:42:43 +02:00
..
CMake Toolchain+Docs: Improve the way to enable clangd 2024-05-23 00:54:20 -06:00
Patches Toolchain: Fix default library paths when building with clang 2024-08-04 11:09:53 -04:00
Stubs Toolchain/Stubs: Fix small typo in README.md 2024-04-28 07:25:41 -06:00
.dockerignore Build: Add Dockerfile 2020-05-22 01:19:15 +02:00
.gitignore Toolchain: Add Toolchain/nix-profiles/ to .gitignore 2023-09-01 11:52:04 +02:00
BuildClang.sh Toolchain: Remove dependency on grealpath from BuildClang.sh 2024-08-04 22:42:43 +02:00
BuildCMake.sh Meta+Toolchain: Move check_sha256 to shell_include.sh 2024-06-29 13:56:36 +02:00
BuildFuseExt2.sh Toolchain: Exit Build*.sh scripts if executed as root 2023-04-25 01:53:42 -06:00
BuildGDB.sh Toolchain+Ports: Use ftpmirror.gnu.org for faster downloads 2023-05-28 06:34:12 -07:00
BuildGN.sh Toolchain: Actually compile the GN binary in BuildGN.sh 2023-11-14 09:36:36 -05:00
BuildGNU.sh Toolchain+Ports: Update binutils to 2.41 2023-09-18 10:26:42 +02:00
BuildMold.sh Build: Update mold version to fix build problems 2024-06-14 06:45:36 -04:00
BuildPython.sh Toolchain: Replace inline nproc with get_number_of_processing_units() 2023-05-07 14:29:25 +02:00
BuildQemu.sh Toolchain: Use check_sha256() in BuildQemu.sh 2024-06-29 13:56:36 +02:00
BuildRuby.sh Toolchain: Replace inline nproc with get_number_of_processing_units() 2023-05-07 14:29:25 +02:00
default.nix nix-shell: Disable gcc hardening to be able to build toolchain 2024-05-14 13:57:25 -06:00
Dockerfile Everywhere: Require version >= 12 for GCC host compiler 2022-10-25 23:15:51 +01:00
README.md Toolchain: Update README to point to the current build instructions 2020-08-15 00:15:20 +02:00

Serenity Toolchain

This directory contains all toolchain related files. E.g. build scripts for the cross compilation toolchain and build toolchain for ports.

This document previously contained outdated build instructions. Click here for the latest build instructions.