mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-04-04 05:50:23 +02:00
fix cowpatch issue with libstdc++-v3 directory in gcc
this directory uses relative pathnames to access libgcc unwind headers, but with cowpatch, those are relative to the libstdc++-v3 directory in the unpatched tree unless libstdc++-v3 has been cow-split. this calls for a general solution at some point, but for now, just add an explicit dummy patch to trigger cow splitting.
This commit is contained in:
parent
e149c31c48
commit
91bdb320f1
8
patches/gcc-11.2.0/0006-cow-libstdc++v3.diff
Normal file
8
patches/gcc-11.2.0/0006-cow-libstdc++v3.diff
Normal file
@ -0,0 +1,8 @@
|
||||
--- a/libstdc++-v3/ChangeLog 2024-03-13 18:04:21.050801063 -0400
|
||||
+++ b/libstdc++-v3/ChangeLog 2024-03-13 18:04:25.665836804 -0400
|
||||
@@ -4068,4 +4068,4 @@
|
||||
|
||||
Copying and distribution of this file, with or without modification,
|
||||
are permitted in any medium without royalty provided the copyright
|
||||
-notice and this notice are preserved.
|
||||
+notice and this notice are preserved.
|
Loading…
Reference in New Issue
Block a user