serenity/Toolchain
Daniel Bertalan 20e29c403e Toolchain: Fix macOS build failure due to a malformed patch
Discord user aesophor pointed out that the GCC toolchain fails to build
on macOS, and traced the issue back to 41ea37f2, which is the latest
change to `gcc.patch`. Similarly, when I tried to run BuildIt.sh in the
`--dev` mode, `git apply` complained about the patch being malformed.

I regenerated the patch by manually applying the changes of 41ea37f2 on
top of a known good GCC source tree, and I sent the new file to them.
They reported that this fixed the build issue they were having.
2022-01-09 14:15:24 +01:00
..
CMake Toolchain: Add support for Clang on MacOS 2022-01-04 00:40:11 +03:30
Patches Toolchain: Fix macOS build failure due to a malformed patch 2022-01-09 14:15:24 +01:00
Stubs
.dockerignore
.gitignore
BuildClang.sh Toolchain: Add support for Clang on MacOS 2022-01-04 00:40:11 +03:30
BuildFuseExt2.sh
BuildIt.sh
BuildPython.sh
BuildQemu.sh
BuildRuby.sh
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.