diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-02-24 11:58:32 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-02-27 06:23:05 +0000 |
commit | f9110e603a3ce00536142e4caeae8f3db1fc48a1 (patch) | |
tree | bab8401b2e1dbbcfd74e8633d8ca26f3318a57e5 /main/binutils/APKBUILD | |
parent | f5c4b298918ba1d5ff85861cdeed9eff2cbcd5b9 (diff) | |
download | aports-f9110e603a3ce00536142e4caeae8f3db1fc48a1.tar.bz2 aports-f9110e603a3ce00536142e4caeae8f3db1fc48a1.tar.xz |
scripts/bootstrap.sh, main/{binutils,gcc,musl}: no more options="toolchain"
abuild has been updated to figure this one out from $BOOTSTRAP.
Diffstat (limited to 'main/binutils/APKBUILD')
-rw-r--r-- | main/binutils/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/binutils/APKBUILD b/main/binutils/APKBUILD index 09ea0962d6..8bacc931c2 100644 --- a/main/binutils/APKBUILD +++ b/main/binutils/APKBUILD @@ -5,7 +5,6 @@ pkgrel=1 pkgdesc="Tools necessary to build programs" url="http://www.gnu.org/software/binutils/" depends="" -options="toolchain" makedepends_build="bison flex texinfo" makedepends_host="zlib-dev" makedepends="$makedepends_build $makedepends_host" |