mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/binutils fix
This commit is contained in:
parent
068922949b
commit
d5ba4969d3
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ check() {
|
|||
|
||||
# unset LDFLAGS as testsuite makes assumptions about which ones are active
|
||||
# ignore failures in gold testsuite...
|
||||
make -k LDFLAGS="" check
|
||||
make -k LDFLAGS="" check || true
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue