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 91bdb320f1
This commit is contained in:
parent
f2d370bcd3
commit
465ad1b108
|
@ -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.
|
||||
+
|
Loading…
Reference in New Issue