pmb.aportgen.gcc: sync makedepends of gcc aportgen to upstream (MR 2092)

Remove paxmark dep. Follow up to
1c6ba9f907,
which happened 5 months ago.

Fixup testdata too.
This commit is contained in:
afeuerstein 2021-08-09 21:24:59 +00:00 committed by Alexey Min
parent d01027fe2c
commit 83c4f142e2
No known key found for this signature in database
GPG Key ID: EBF5ECFFFEE34DED
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ def generate(args, pkgname):
"pkgdesc": "Stage2 cross-compiler for " + arch,
"arch": args.arch_native,
"depends": "isl binutils-" + arch + " mpc1",
"makedepends_build": "gcc g++ paxmark bison flex texinfo gawk zip"
"makedepends_build": "gcc g++ 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"
f" zlib-dev musl-dev-{arch} binutils-{arch}",

View File

@ -37,7 +37,7 @@ arch="x86_64"
license="GPL LGPL"
_gccrel=$pkgver-r$pkgrel
depends="isl binutils-armhf mpc1"
makedepends_build="gcc g++ paxmark bison flex texinfo gawk zip gmp-dev mpfr-dev mpc1-dev zlib-dev"
makedepends_build="gcc g++ 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="g++-armhf:gpp"
[ "$CHOST" = "$CTARGET" ] && subpackages="gcc-doc$_target"