aboutsummaryrefslogtreecommitdiffstats
path: root/testing/crosstool-ng
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-10-01 14:07:27 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2017-10-01 14:07:27 +0000
commit0b99835bff14b8d5af60ff120cff605a153fd7f7 (patch)
tree5dff77cc7aa6b92f141d38e0dcc2dd2f6cba9274 /testing/crosstool-ng
parentc50b83138fb7634f766ded2e08598b60b3e4998c (diff)
downloadaports-0b99835bff14b8d5af60ff120cff605a153fd7f7.tar.bz2
aports-0b99835bff14b8d5af60ff120cff605a153fd7f7.tar.xz
testing/crosstool-ng: enable build on ppc64le
Diffstat (limited to 'testing/crosstool-ng')
-rw-r--r--testing/crosstool-ng/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/crosstool-ng/APKBUILD b/testing/crosstool-ng/APKBUILD
index 0a8a8bd24f..ca6572d8cb 100644
--- a/testing/crosstool-ng/APKBUILD
+++ b/testing/crosstool-ng/APKBUILD
@@ -5,7 +5,7 @@ pkgrel=0
pkgdesc="tool for building toolchains"
url="http://ymorin.is-a-geek.org/projects/crosstool"
license="GPL"
-arch="x86 x86_64"
+arch="x86 x86_64 ppc64le"
depends="bash gawk bison flex automake autoconf libtool cvs sed texinfo gperf"
makedepends="ncurses-dev help2man xz"
subpackages="$pkgname-doc"