We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c80abf commit 548c4fcCopy full SHA for 548c4fc
1 file changed
.github/workflows/make.yml
@@ -53,7 +53,6 @@ jobs:
53
texinfo
54
bison
55
flex
56
- readline
57
gmp
58
mpfr
59
@@ -68,7 +67,7 @@ jobs:
68
67
if: runner.os == 'macOS'
69
shell: bash
70
run: |
71
- ./configure --target=z80-none-elf --with-zstd=no --disable-sim --disable-nls --disable-plugins --with-system-zlib --with-mpfr="$(brew --prefix mpfr)" --prefix="${{ runner.temp }}/binutils"
+ ./configure --target=z80-none-elf --with-zstd=no --disable-sim --disable-nls --disable-plugins --with-system-zlib --with-gmp=$(brew --prefix gmp) --with-mpfr=$(brew --prefix mpfr) --prefix="${{ runner.temp }}/binutils"
72
make -j4 && make install-strip -j4
73
74
- name: "[Windows] Build binutils"
0 commit comments