1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 04:37:44 +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

1
Ports/binutils/patches Symbolic link
View file

@ -0,0 +1 @@
../../Toolchain/Patches/binutils

View file

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

View file

@ -1 +0,0 @@
../../../Toolchain/Patches/binutils.patch