From 4e9d08d39e2ed965f8da36328dfeafad273e2f18 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 30 Apr 2019 19:12:56 +0200 Subject: [PATCH] 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 --- cross/gcc-aarch64/APKBUILD | 2 +- cross/gcc-armhf/APKBUILD | 2 +- cross/gcc-armv7/APKBUILD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cross/gcc-aarch64/APKBUILD b/cross/gcc-aarch64/APKBUILD index 486f526a7..19bd0cf7c 100644 --- a/cross/gcc-aarch64/APKBUILD +++ b/cross/gcc-aarch64/APKBUILD @@ -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" diff --git a/cross/gcc-armhf/APKBUILD b/cross/gcc-armhf/APKBUILD index 13026f0aa..e55b95ed5 100644 --- a/cross/gcc-armhf/APKBUILD +++ b/cross/gcc-armhf/APKBUILD @@ -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" diff --git a/cross/gcc-armv7/APKBUILD b/cross/gcc-armv7/APKBUILD index ae5025f56..77676e119 100644 --- a/cross/gcc-armv7/APKBUILD +++ b/cross/gcc-armv7/APKBUILD @@ -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"