mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
cross-powerpc-linux-gnu: update gcc to 9.3.0
This commit is contained in:
parent
5723ac6f06
commit
533fa82123
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cross-powerpc-linux-gnu'
|
# Template file for 'cross-powerpc-linux-gnu'
|
||||||
_binutils_version=2.32
|
_binutils_version=2.32
|
||||||
_gcc_version=9.2.0
|
_gcc_version=9.3.0
|
||||||
_glibc_version=2.30
|
_glibc_version=2.30
|
||||||
_linux_version=4.19
|
_linux_version=4.19
|
||||||
|
|
||||||
|
@ -9,8 +9,8 @@ _archflags="-mcpu=powerpc -msecure-plt"
|
||||||
_sysroot="/usr/${_triplet}"
|
_sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.32
|
version=0.33
|
||||||
revision=2
|
revision=1
|
||||||
short_desc="GNU Cross toolchain for the ${_triplet} target (binutils/gcc/glibc)"
|
short_desc="GNU Cross toolchain for the ${_triplet} target (binutils/gcc/glibc)"
|
||||||
maintainer="Thomas Batten <stenstorpmc@gmail.com>"
|
maintainer="Thomas Batten <stenstorpmc@gmail.com>"
|
||||||
homepage="http://www.voidlinux.org"
|
homepage="http://www.voidlinux.org"
|
||||||
|
@ -21,7 +21,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
|
||||||
ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206
|
71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1
|
||||||
e2c4114e569afbe7edbc29131a43be833850ab9a459d81beb2588016d2bbb8af
|
e2c4114e569afbe7edbc29131a43be833850ab9a459d81beb2588016d2bbb8af
|
||||||
0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1"
|
0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue