temp/gcc6: adjust the APKBUILD so it builds with pmbootstrap

Further adjustments. It would have been better if I tried to build
it first, sorry for that. Another patch is coming in the pmbootstrap
repo, which makes it work even without the gcc6 pmaport.
This commit is contained in:
Oliver Smith 2018-11-30 09:51:38 +01:00
parent 7a6e8aa044
commit fd20344cff
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -10,8 +10,8 @@ arch="all"
license="GPL LGPL"
_gccrel=$pkgver-r$pkgrel
depends="binutils isl"
makedepends_build="gcc$_cross g++$_cross 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 !gettext-dev"
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"
subpackages="$pkgname-doc"
STRIP_FOR_TARGET=${CROSS_COMPILE}strip