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:
parent
7a6e8aa044
commit
fd20344cff
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue