Fix #219: pmbootstrap could not find g++-armhf/g++-aarch64

This commit is contained in:
Oliver Smith 2017-07-22 09:49:24 +02:00
parent 223f584e26
commit 9e5683f151
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ _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"
makedepends_host="linux-headers gmp-dev mpfr-dev mpc1-dev isl-dev zlib-dev musl-dev-aarch64 binutils-aarch64"
subpackages=""
subpackages="g++-aarch64"
[ "$CHOST" = "$CTARGET" ] && subpackages="gcc-doc$_target"
replaces="libstdc++ binutils"

View File

@ -28,7 +28,7 @@ _gccrel=$pkgver-r$pkgrel
depends="isl binutils-armhf"
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-armhf binutils-armhf"
subpackages=""
subpackages="g++-armhf"
[ "$CHOST" = "$CTARGET" ] && subpackages="gcc-doc$_target"
replaces="libstdc++ binutils"

View File

@ -34,7 +34,7 @@ def generate(args, pkgname):
"depends": "isl binutils-" + arch,
"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-" + arch + " binutils-" + arch,
"subpackages": "",
"subpackages": "g++-"+arch,
"LIBGOMP": "false",
"LIBGCC": "false",