ladybird/Toolchain
Idan Horowitz bcfde43849 Toolchain: Replace the -march=native flag with -mtune=native
This ensures inter-machine compatibility by not emitting any processor
specific instructions. This fixes the issue raised by the non AVX-512
supporting GitHub actions runners.
2021-05-21 15:23:07 +02:00
..
CMake
Patches Toolchain+Ports: Skip link tests for libstdc++v3 2021-05-09 15:35:01 +02:00
.dockerignore
.gitignore
BuildFuseExt2.sh
BuildIt.sh Toolchain: Replace the -march=native flag with -mtune=native 2021-05-21 15:23:07 +02:00
BuildPython.sh
BuildQemu.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.