mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(gcc).symlinks
I believe these should be the binutils versions
This commit is contained in:
parent
aa90945820
commit
d131f1863f
1 changed files with 4 additions and 5 deletions
|
@ -7,7 +7,6 @@ versions:
|
|||
strip: /^releases\/gcc-/
|
||||
|
||||
dependencies:
|
||||
linux:
|
||||
gnu.org/binutils: '*' # linker needs `as`
|
||||
gnu.org/gmp: '>=4.2'
|
||||
gnu.org/mpfr: '>=2.4.0'
|
||||
|
@ -69,9 +68,9 @@ build:
|
|||
# means we're building with the exact same version FIXME
|
||||
- run: |
|
||||
ln -sf gcc cc
|
||||
ln -sf gcc-ar ar
|
||||
ln -sf gcc-nm nm
|
||||
ln -sf gcc-ranlib ranlib
|
||||
ln -sf ../../../binutils/v\*/bin/ar ar
|
||||
ln -sf ../../../binutils/v\*/bin/nm nm
|
||||
ln -sf ../../../binutils/v\*/bin/ranlib ranlib
|
||||
working-directory: ${{prefix}}/bin
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue