mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
cross-powerpc64le-linux-gnu: update to gcc-8.3.0.
This commit is contained in:
parent
1867bf3f14
commit
04db058448
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-gnu'
|
# Template file for 'cross-powerpc64le-linux-gnu'
|
||||||
_binutils_version=2.32
|
_binutils_version=2.32
|
||||||
_gcc_version=8.2.0
|
_gcc_version=8.3.0
|
||||||
_glibc_version=2.29
|
_glibc_version=2.29
|
||||||
_linux_version=4.19
|
_linux_version=4.19
|
||||||
|
|
||||||
|
@ -8,8 +8,8 @@ _triplet="powerpc64le-linux-gnu"
|
||||||
_sysroot="/usr/${_triplet}"
|
_sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.29
|
version=0.30
|
||||||
revision=3
|
revision=1
|
||||||
short_desc="GNU cross toolchain for the ${_triplet} targets (binutils/gcc/glibc)"
|
short_desc="GNU cross toolchain for the ${_triplet} targets (binutils/gcc/glibc)"
|
||||||
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="
|
||||||
${GNU_SITE}/glibc/glibc-${_glibc_version}.tar.xz
|
${GNU_SITE}/glibc/glibc-${_glibc_version}.tar.xz
|
||||||
${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
|
||||||
f3eeb8d57e25ca9fc13c2af3dae97754f9f643bc69229546828e3a240e2af04b
|
f3eeb8d57e25ca9fc13c2af3dae97754f9f643bc69229546828e3a240e2af04b
|
||||||
0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1"
|
0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1"
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ makedepends="isl15-devel libmpc-devel zlib-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"
|
archs="x86_64"
|
||||||
|
|
||||||
_apply_patch() {
|
_apply_patch() {
|
||||||
local args="$1" pname="$(basename $2)"
|
local args="$1" pname="$(basename $2)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue