@@ -170,22 +170,9 @@ Possibly add a tag here.
170170
171171Note: 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
229216Note: 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
236223A hack might be:
237224
238- ```
225+ ``` sh
239226cd /usr/local/bin
240227sudo ln -s /usr/bin/true makeinfo
241228```
@@ -245,7 +232,7 @@ On macOS 14, GCC 12 fails the `hello-exception` test.
245232To test with a different compiler, remove the devDependency line and
246233add the compiler to the PATH, for example:
247234
248- ```
235+ ``` sh
249236export 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
0 commit comments