Rollup merge of #92732 - wesleywiser:note_musl_patch_info, r=Mark-Simulacrum
Add note about upstream commit musl-patch-configure.diff is derived from The patch landed in upstream over the weekend so I'm adding a note so we can more easily track when our patch file can be removed.
This commit is contained in:
commit
eecdfe526f
1 changed files with 3 additions and 1 deletions
|
|
@ -48,7 +48,9 @@ cd musl-cross-make
|
|||
git checkout a54eb56f33f255dfca60be045f12a5cfaf5a72a9
|
||||
|
||||
# Fix the cfi detection script in musl's configure so cfi is generated
|
||||
# when debug info is asked for.
|
||||
# when debug info is asked for. This patch is derived from
|
||||
# https://git.musl-libc.org/cgit/musl/commit/?id=c4d4028dde90562f631edf559fbc42d8ec1b29de.
|
||||
# When we upgrade to a version that includes this commit, we can remove the patch.
|
||||
mkdir patches/musl-1.1.24
|
||||
cp ../musl-patch-configure.diff patches/musl-1.1.24/0001-fix-cfi-detection.diff
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue