cross-aarch64-linux-gnu: update gcc to 9.3.0
This commit is contained in:
parent
02996f8ab8
commit
b0281af375
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'cross-aarch64-linux-gnu'
|
||||
#
|
||||
_binutils_version=2.32
|
||||
_gcc_version=9.2.0
|
||||
_gcc_version=9.3.0
|
||||
_glibc_version=2.30
|
||||
_linux_version=4.19
|
||||
|
||||
|
@ -10,7 +10,7 @@ _archflags="-march=armv8-a"
|
|||
_sysroot="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.32
|
||||
version=0.33
|
||||
revision=1
|
||||
short_desc="GNU Cross toolchain for the ${_triplet} LE target (binutils/gcc/glibc)"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
|
@ -22,7 +22,7 @@ distfiles="
|
|||
${GNU_SITE}/glibc/glibc-${_glibc_version}.tar.xz
|
||||
${KERNEL_SITE}/kernel/v4.x/linux-${_linux_version}.tar.xz"
|
||||
checksum="0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
|
||||
ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206
|
||||
71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1
|
||||
e2c4114e569afbe7edbc29131a43be833850ab9a459d81beb2588016d2bbb8af
|
||||
0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue