mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 12:47:47 +00:00
Ports: Bring all ReadMes in line with their respective patches
This commit is contained in:
parent
0e0db33a2a
commit
6641868c35
15 changed files with 118 additions and 139 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
## `fix-cross-compilation.patch`
|
||||
|
||||
Backports an upstream fix for a bug that caused the host compiler to be used
|
||||
for linking even though the cross-compiler was specified in the `CC`
|
||||
environment variable.
|
||||
Fix configure issue that discarded provided CC definition.
|
||||
|
||||
Backports an upstream fix for a bug that caused the host compiler to be
|
||||
used for linking even though the cross-compiler was specified in the
|
||||
`CC` environment variable.
|
||||
|
||||
|
|
|
@ -3,6 +3,9 @@ From: Mark Adler <madler@alumni.caltech.edu>
|
|||
Date: Mon, 28 Mar 2022 18:34:10 -0700
|
||||
Subject: [PATCH] Fix configure issue that discarded provided CC definition.
|
||||
|
||||
Backports an upstream fix for a bug that caused the host compiler to be
|
||||
used for linking even though the cross-compiler was specified in the
|
||||
`CC` environment variable.
|
||||
---
|
||||
configure | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue