mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +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
|
pkgname=binutils
|
||||||
pkgver=2.38
|
pkgver=2.38
|
||||||
_commit=9c67f6382ac2c90fbde5729feaf7d59ce662147a
|
_commit=5c0b4ee406035917d0e50aa138194fab57ae6bf8
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
pkgdesc='A set of programs to assemble and manipulate binary and object files'
|
pkgdesc='A set of programs to assemble and manipulate binary and object files'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://www.gnu.org/software/binutils/'
|
url='https://www.gnu.org/software/binutils/'
|
||||||
|
@ -100,7 +100,7 @@ check() {
|
||||||
CXXFLAGS="-O2 -no-pie -fno-PIC" \
|
CXXFLAGS="-O2 -no-pie -fno-PIC" \
|
||||||
CFLAGS="-O2 -no-pie" \
|
CFLAGS="-O2 -no-pie" \
|
||||||
LDFLAGS="" \
|
LDFLAGS="" \
|
||||||
check
|
check || true
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue