mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
cross-powerpc64le-linux-musl: update to gcc-8.3.0.
This commit is contained in:
parent
04db058448
commit
38bd875189
2 changed files with 5 additions and 6 deletions
|
@ -1 +0,0 @@
|
||||||
../../gcc/patches/fix-ppc64-float128-libstdc++.patch
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cross-powerpc64le-linux-musl'
|
# Template file for 'cross-powerpc64le-linux-musl'
|
||||||
_binutils_version=2.32
|
_binutils_version=2.32
|
||||||
_gcc_version=8.2.0
|
_gcc_version=8.3.0
|
||||||
_musl_version=1.1.21
|
_musl_version=1.1.21
|
||||||
_linux_version=4.19
|
_linux_version=4.19
|
||||||
|
|
||||||
|
@ -8,8 +8,8 @@ _triplet="powerpc64le-linux-musl"
|
||||||
_sysroot="/usr/${_triplet}"
|
_sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.29
|
version=0.30
|
||||||
revision=5
|
revision=1
|
||||||
short_desc="Cross toolchain for powerpc64le with musl"
|
short_desc="Cross toolchain for powerpc64le with musl"
|
||||||
maintainer="q66 <daniel@octaforge.org>"
|
maintainer="q66 <daniel@octaforge.org>"
|
||||||
homepage="https://www.voidlinux.org/"
|
homepage="https://www.voidlinux.org/"
|
||||||
|
@ -20,7 +20,7 @@ distfiles="
|
||||||
http://www.musl-libc.org/releases/musl-${_musl_version}.tar.gz
|
http://www.musl-libc.org/releases/musl-${_musl_version}.tar.gz
|
||||||
${KERNEL_SITE}/kernel/v4.x/linux-${_linux_version}.tar.xz"
|
${KERNEL_SITE}/kernel/v4.x/linux-${_linux_version}.tar.xz"
|
||||||
checksum="0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
|
checksum="0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
|
||||||
196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
|
64baadfe6cc0f4947a84cb12d7f0dfaf45bb58b7e92461639596c21e02d97d2c
|
||||||
c742b66f6f49c9e5f52f64d8b79fecb5a0f6e0203fca176c70ca20f6be285f44
|
c742b66f6f49c9e5f52f64d8b79fecb5a0f6e0203fca176c70ca20f6be285f44
|
||||||
0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1"
|
0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1"
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ makedepends="zlib-devel gmp-devel mpfr-devel libmpc-devel isl15-devel"
|
||||||
nostrip_files="libcaf_single.a libgcc.a libgcov.a libgcc_eh.a
|
nostrip_files="libcaf_single.a libgcc.a libgcov.a libgcc_eh.a
|
||||||
libgnarl_pic.a libgnarl.a libgnat_pic.a libgnat.a"
|
libgnarl_pic.a libgnarl.a libgnat_pic.a libgnat.a"
|
||||||
depends="${pkgname}-libc-${version}_${revision}"
|
depends="${pkgname}-libc-${version}_${revision}"
|
||||||
only_for_archs="x86_64 x86_64-musl ppc64le"
|
archs="x86_64* ppc64le"
|
||||||
|
|
||||||
_apply_patch() {
|
_apply_patch() {
|
||||||
local args="$1" pname="$(basename $2)"
|
local args="$1" pname="$(basename $2)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue