From 465ad1b108d7cba4e8f579fa5108e436402c8e7c Mon Sep 17 00:00:00 2001 From: rofl0r Date: Tue, 18 Feb 2025 00:05:32 +0000 Subject: [PATCH] gcc-5.3.0: fix cowpatch splitting on libcc1 fixes github issue #194 - failure of cowpatch causes 0001-musl.diff to be applied to a shadow copy of the tree, instead of where gcc looks for the files. fix analoguous to 91bdb320f1a17abe61d8105b0599dff6ec340452 --- patches/gcc-5.3.0/0023-cow-libcc1.diff | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 patches/gcc-5.3.0/0023-cow-libcc1.diff diff --git a/patches/gcc-5.3.0/0023-cow-libcc1.diff b/patches/gcc-5.3.0/0023-cow-libcc1.diff new file mode 100644 index 0000000..b637454 --- /dev/null +++ b/patches/gcc-5.3.0/0023-cow-libcc1.diff @@ -0,0 +1,7 @@ +--- gcc-5.3.0.orig/libcc1/ChangeLog ++++ gcc-5.3.0/libcc1/ChangeLog +@@ -98,3 +98,4 @@ + * plugin.cc: New file. + * rpc.hh: New file. + * status.hh: New file. ++