diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-23 12:26:17 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-23 12:26:17 -0300 |
commit | 1153a993fe460c2eb88234c26a3f316cc5e28c59 (patch) | |
tree | 2e9ad2edbe75aba2a0ecd737c9db45d241434403 | |
parent | a84e4f7af57f90736d2a32760b4b427ab8582d62 (diff) | |
parent | 552e544c262c5d6a5943d32a1998fec56a2f63b6 (diff) |
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
-rw-r--r-- | cross/cross-binutils/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/cross-binutils/PKGBUILD b/cross/cross-binutils/PKGBUILD index 5d2bd338d..4bfc76a0b 100644 --- a/cross/cross-binutils/PKGBUILD +++ b/cross/cross-binutils/PKGBUILD @@ -199,7 +199,8 @@ check() { # unset LDFLAGS as testsuite makes assumptions about which ones are active # ignore failures in gold testsuite... - make -k LDFLAGS="" check + # do not abort on errors - manually check log files + make -k LDFLAGS="" check || true } package() { |