aboutsummaryrefslogtreecommitdiffstats
path: root/main/binutils
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2018-10-09 23:55:01 +0300
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2018-10-19 15:16:04 +0300
commit725c58c22e8e2a6b91150cb3e42c043e2e7423ae (patch)
tree641e70de994debedab59b6da4be8d3af54ec468e /main/binutils
parent01ae13d188cafc19691518a4814372729dec9877 (diff)
downloadaports-cross.tar.bz2
aports-cross.tar.xz
package cross-compilerscross
Diffstat (limited to 'main/binutils')
-rw-r--r--main/binutils/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/binutils/APKBUILD b/main/binutils/APKBUILD
index add96323a4..693a0b7667 100644
--- a/main/binutils/APKBUILD
+++ b/main/binutils/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=binutils
pkgver=2.31.1
-pkgrel=1
+pkgrel=2
pkgdesc="Tools necessary to build programs"
url="https://www.gnu.org/software/binutils/"
depends=""
@@ -19,6 +19,7 @@ source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2
gold-mips.patch
"
builddir="$srcdir/$pkgname-$pkgver"
+options=toolchain
if [ "$CHOST" != "$CTARGET" ]; then
pkgname="$pkgname-$CTARGET_ARCH"