File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ A new patch was prepared based on upstream and Iain Sandoe:
2121
2222``` sh
2323rm -rf ~ /tmp/gcc-11-branch.git
24- git clone https://github.com/iains/gcc-11-branch.git --depth 3 ~ /tmp/gcc-11-branch.git /gcc-11-branch.git
25- git -C ~ /tmp/gcc-11-branch.git/gcc-11-branch.git diff releases/gcc-11.5.0..gcc-11.5-darwin-r0 > ~/Work/xpack-dev-tools/gcc-xpack.git/patches/gcc-11.5.0-darwin.git.patch
24+ git clone https://github.com/iains/gcc-11-branch.git ~ /tmp/gcc-11-branch.git
25+ git -C ~ /tmp/gcc-11-branch.git diff releases/gcc-11.5.0..gcc-11.5-darwin-r0 > ~/Work/xpack-dev-tools/gcc-xpack.git/patches/gcc-11.5.0-darwin.git.patch
2626```
2727
2828## gcc 12.4
@@ -34,8 +34,8 @@ A new patch was prepared based on upstream and iains:
3434
3535``` sh
3636rm -rf ~ /tmp/gcc-12-branch.git
37- git clone https://github.com/iains/gcc-12-branch.git --depth 3 ~ /tmp/gcc-12-branch.git /gcc-12-branch.git
38- git -C ~ /tmp/gcc-12-branch.git/gcc-12-branch.git diff 2bada4bc59bed4be34fab463bdb3c3ebfd2b41bb..gcc-12.4-darwin-r0 > ~/Work/xpack-dev-tools/gcc-xpack.git/patches/gcc-12.4.0-darwin.git.patch
37+ git clone https://github.com/iains/gcc-12-branch.git ~ /tmp/gcc-12-branch.git
38+ git -C ~ /tmp/gcc-12-branch.git diff 2bada4bc59bed4be34fab463bdb3c3ebfd2b41bb..gcc-12.4-darwin-r0 > ~/Work/xpack-dev-tools/gcc-xpack.git/patches/gcc-12.4.0-darwin.git.patch
3939```
4040
4141## gcc 13.3
You can’t perform that action at this time.
0 commit comments