mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
add(binutils,gold)
This commit is contained in:
parent
ff760941f6
commit
d4f1450a0a
1 changed files with 44 additions and 13 deletions
|
@ -16,9 +16,15 @@ build:
|
|||
linux:
|
||||
gnu.org/gcc: '*'
|
||||
script: |
|
||||
./configure --prefix={{ prefix }}
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }}
|
||||
make install
|
||||
env:
|
||||
ARGS:
|
||||
- --prefix={{ prefix }}
|
||||
linux:
|
||||
ARGS:
|
||||
- --enable-gold=yes
|
||||
|
||||
test:
|
||||
script: objdump -x $(which objdump) | grep -s $TEST_STRING
|
||||
|
@ -30,6 +36,7 @@ test:
|
|||
TEST_STRING: GNU_HASH
|
||||
|
||||
provides:
|
||||
darwin:
|
||||
- bin/addr2line
|
||||
- bin/ar
|
||||
- bin/c++filt
|
||||
|
@ -42,3 +49,27 @@ provides:
|
|||
- bin/size
|
||||
- bin/strings
|
||||
- bin/strip
|
||||
linux:
|
||||
- bin/addr2line
|
||||
- bin/ar
|
||||
- bin/as
|
||||
- bin/c++filt
|
||||
- bin/elfedit
|
||||
- bin/gp-archive
|
||||
- bin/gp-collect-app
|
||||
- bin/gp-display-html
|
||||
- bin/gp-display-src
|
||||
- bin/gp-display-text
|
||||
- bin/gprof
|
||||
- bin/gprofng
|
||||
- bin/ld
|
||||
- bin/ld.bfd
|
||||
- bin/ld.gold
|
||||
- bin/nm
|
||||
- bin/objcopy
|
||||
- bin/objdump
|
||||
- bin/ranlib
|
||||
- bin/readelf
|
||||
- bin/size
|
||||
- bin/strings
|
||||
- bin/strip
|
||||
|
|
Loading…
Reference in a new issue