gpc
gpc copied to clipboard
Error in README?
According to README.md, the directory in which the diffs reside is gcc/p
, but the actual location is gcc/p/diffs
. So the command I ran to patch gcc 4.3.5 was:
patch -p1 < gcc/p/diffs/gcc-4.3.5.diff
Correct?