gcc-aarch64: remove dependency on bash
This was added by mistake while testing the gcc-aarch64 aport.
This commit is contained in:
parent
fcc1ad6361
commit
39b6a65c07
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue