mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/binutils to 2.38-7
This commit is contained in:
parent
a199aeaeff
commit
a0ecf9ec5e
1 changed files with 3 additions and 3 deletions
|
@ -12,8 +12,8 @@ noautobuild=1
|
|||
|
||||
pkgname=binutils
|
||||
pkgver=2.38
|
||||
_commit=9c67f6382ac2c90fbde5729feaf7d59ce662147a
|
||||
pkgrel=6
|
||||
_commit=5c0b4ee406035917d0e50aa138194fab57ae6bf8
|
||||
pkgrel=7
|
||||
pkgdesc='A set of programs to assemble and manipulate binary and object files'
|
||||
arch=(x86_64)
|
||||
url='https://www.gnu.org/software/binutils/'
|
||||
|
@ -100,7 +100,7 @@ check() {
|
|||
CXXFLAGS="-O2 -no-pie -fno-PIC" \
|
||||
CFLAGS="-O2 -no-pie" \
|
||||
LDFLAGS="" \
|
||||
check
|
||||
check || true
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue