gcc-aarch64: remove dependency on bash

This was added by mistake while testing the gcc-aarch64 aport.
This commit is contained in:
Oliver Smith 2017-06-18 02:00:41 +02:00
parent 748bd43620
commit 4f030db299
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ arch="all"
license="GPL LGPL"
_gccrel=$pkgver-r$pkgrel
depends="isl binutils-aarch64"
makedepends_build="gcc g++ paxmark bison flex texinfo gawk zip gmp-dev mpfr-dev mpc1-dev zlib-dev bash"
makedepends_build="gcc g++ paxmark bison flex texinfo gawk zip gmp-dev mpfr-dev mpc1-dev zlib-dev"
makedepends_host="linux-headers gmp-dev mpfr-dev mpc1-dev isl-dev zlib-dev musl-dev-aarch64 binutils-aarch64"
subpackages=""
[ "$CHOST" = "$CTARGET" ] && subpackages="gcc-doc$_target"