1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:37:35 +00:00

Toolchain: Move the binutils patch into its own folder

This makes binutils compatible with `./package.sh dev`, so that we can
regenerate patches more easily, and neatly stack (temporary) patches on
top.
This commit is contained in:
Tim Schumacher 2022-09-26 23:02:51 +02:00 committed by Linus Groh
parent 7578039188
commit 1faca15193
6 changed files with 8 additions and 6 deletions

View file

@ -0,0 +1,9 @@
# Patches for binutils on SerenityOS
## `0001-Add-support-for-SerenityOS.patch`
Add support for SerenityOS
Teaches the assembler, BFD, and the linker about the SerenityOS target
triple.