cross/gcc-*: re-generate with pmbootstrap aportgen
Adjust the depends of the GCC-8 cross compiler packages after the change from pmbootstrap!1778. This does not have any effect (since the GCC-8 aports don't have !tracedeps in options, in contrary to the other GCC aports we ship). But it makes sure that we don't get any changes after running the repository maintenance script from here: https://wiki.postmarketos.org/wiki/Repository_maintenance [ci:skip-build]: cosmetic change, build would take too long anyway
This commit is contained in:
parent
8caa370611
commit
4e9d08d39e
3 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ url="http://gcc.gnu.org"
|
|||
arch="x86_64"
|
||||
license="GPL LGPL"
|
||||
_gccrel=$pkgver-r$pkgrel
|
||||
depends="isl binutils-aarch64"
|
||||
depends="isl binutils-aarch64 mpc1"
|
||||
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="g++-aarch64:gpp"
|
||||
|
|
|
@ -35,7 +35,7 @@ url="http://gcc.gnu.org"
|
|||
arch="x86_64"
|
||||
license="GPL LGPL"
|
||||
_gccrel=$pkgver-r$pkgrel
|
||||
depends="isl binutils-armhf"
|
||||
depends="isl binutils-armhf mpc1"
|
||||
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="g++-armhf:gpp"
|
||||
|
|
|
@ -35,7 +35,7 @@ url="http://gcc.gnu.org"
|
|||
arch="x86_64"
|
||||
license="GPL LGPL"
|
||||
_gccrel=$pkgver-r$pkgrel
|
||||
depends="isl binutils-armv7"
|
||||
depends="isl binutils-armv7 mpc1"
|
||||
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-armv7 binutils-armv7"
|
||||
subpackages="g++-armv7:gpp"
|
||||
|
|
Loading…
Reference in a new issue