Skip to content

Commit 42a71e5

Browse files
committed
READMEs updates
1 parent ece33b9 commit 42a71e5

2 files changed

Lines changed: 14 additions & 26 deletions

File tree

README-MAINTAINER.md

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -170,22 +170,9 @@ Possibly add a tag here.
170170

171171
Note: current 12.x does not use the fork repo.
172172

173-
### Get patch for Apple Silicon
173+
### Generate the path for Apple
174174

175-
Use the Homebrew patches:
176-
177-
- <https://github.com/Homebrew/formula-patches/tree/master/gcc>
178-
179-
The GCC formula is:
180-
181-
- <https://github.com/Homebrew/homebrew-core/blob/master/Formula/g/gcc.rb>
182-
183-
The GCC Darwin repos:
184-
185-
- <https://github.com/iains/gcc-11-branch>
186-
- <https://github.com/iains/gcc-12-branch>
187-
- <https://github.com/iains/gcc-13-branch>
188-
- <https://github.com/iains/gcc-14-branch>
175+
See the README in the `patches` folder.
189176

190177
## Build
191178

@@ -229,13 +216,13 @@ xpm run build-develop --config darwin-x64 -C ~/Work/xpack-dev-tools/gcc-xpack.gi
229216
Note: GCC 11 & 12 fail to build on macOS 14 due to missing makeinfo
230217
(part of texinfo):
231218

232-
```
219+
```sh
233220
... sources/gdb-13.2/missing: line 81: makeinfo: command not found
234221
```
235222

236223
A hack might be:
237224

238-
```
225+
```sh
239226
cd /usr/local/bin
240227
sudo ln -s /usr/bin/true makeinfo
241228
```
@@ -245,7 +232,7 @@ On macOS 14, GCC 12 fails the `hello-exception` test.
245232
To test with a different compiler, remove the devDependency line and
246233
add the compiler to the PATH, for example:
247234

248-
```
235+
```sh
249236
export PATH=~/.local/homebrew/hb/Cellar/llvm/17.0.6_1/bin:$PATH
250237
```
251238

@@ -770,6 +757,10 @@ screen -S ga
770757
# Ctrl-a Ctrl-d
771758
```
772759

760+
Check if the runners are active:
761+
762+
- <https://github.com/xpack-dev-tools/gcc-xpack/settings/actions/runners>
763+
773764
### Push the build scripts
774765

775766
- push the `xpack-develop` branch to GitHub

patches/README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# Patches
22

3-
Homebrew patches for gcc:
3+
The GCC Darwin repos:
44

5-
- <https://github.com/Homebrew/formula-patches/tree/master/gcc>
6-
7-
To get them, use the exact URL from the `gcc.rb` file:
8-
9-
```sh
10-
curl -L "https://raw.githubusercontent.com/Homebrew/formula-patches/.../gcc/gcc-X.Y.0.diff" -o gcc-X.Y.0-darwin.git.patch
11-
```
5+
- <https://github.com/iains/gcc-11-branch>
6+
- <https://github.com/iains/gcc-12-branch>
7+
- <https://github.com/iains/gcc-13-branch>
8+
- <https://github.com/iains/gcc-14-branch>
129

1310
In reverse chronological order.
1411

0 commit comments

Comments
 (0)