ladybird/Toolchain
Gunnar Beutner 50e4cad4a0 Toolchain+LibC: Don't link LibC against crt0
Instead GCC should be used to automatically link against crt0
and crt0_shared depending on the type of object file that is being
built.

Unfortunately this requires a rebuild of the toolchain as well
as everything that has been built with the old GCC.
2021-04-16 17:56:12 +02:00
..
Patches Toolchain+LibC: Don't link LibC against crt0 2021-04-16 17:56:12 +02:00
.dockerignore
.gitignore
BuildFuseExt2.sh
BuildIt.sh Toolchain: Update to the latest gcc release 10.3.0 2021-04-14 21:49:54 +02:00
BuildPython.sh
BuildQemu.sh
CMakeToolchain.txt
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.