serenity/Toolchain
Gurkirat Singh e444b0aace Toolchain+Docs: Improve the way to enable clangd
Allowing an environment variable to enable/disable the build for clangd
and other toolchains will improve the developer-experience than
reconfiguring and building the toolchain manually.

Now you will have to call the command as following
	$ CLANG_ENABLE_CLANGD=ON Toolchain/BuildClang.sh
2024-05-23 00:54:20 -06:00
..
CMake Toolchain+Docs: Improve the way to enable clangd 2024-05-23 00:54:20 -06:00
Patches LibC: Remove libssp_nonshared.a 2024-05-07 16:39:17 -06:00
Stubs Toolchain/Stubs: Fix small typo in README.md 2024-04-28 07:25:41 -06:00
.dockerignore
.gitignore
BuildClang.sh Toolchain+CI: Remove unused TRY_USE_LOCAL_TOOLCHAIN parameter 2024-05-15 15:20:29 -06:00
BuildCMake.sh
BuildFuseExt2.sh
BuildGDB.sh
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
BuildPython.sh
BuildQemu.sh Toolchain+Ports: Update QEMU to 8.1.0 2023-09-17 15:26:20 -06:00
BuildRuby.sh
default.nix nix-shell: Disable gcc hardening to be able to build toolchain 2024-05-14 13:57:25 -06:00
Dockerfile
README.md

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.