Skip to content

Commit c0a0e6a

Browse files
committed
README update
1 parent 62ec216 commit c0a0e6a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

patches/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ A new patch was prepared based on upstream and Iain Sandoe:
2121

2222
```sh
2323
rm -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
3636
rm -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

0 commit comments

Comments
 (0)