mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
cross-arm-none-eabi-gcc: update to 9.3.0
This commit is contained in:
parent
6eefd08182
commit
95b5fe4ef8
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
_triplet=arm-none-eabi
|
_triplet=arm-none-eabi
|
||||||
_pkgname=gcc
|
_pkgname=gcc
|
||||||
pkgname=cross-${_triplet}-gcc
|
pkgname=cross-${_triplet}-gcc
|
||||||
version=9.2.0
|
version=9.3.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="gcc-${version}"
|
wrksrc="gcc-${version}"
|
||||||
build_wrksrc=build
|
build_wrksrc=build
|
||||||
|
@ -17,7 +17,7 @@ maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
|
||||||
license="GFDL-1.2-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
|
license="GFDL-1.2-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://gcc.gnu.org"
|
homepage="https://gcc.gnu.org"
|
||||||
distfiles="${GNU_SITE}/gcc/gcc-${version}/gcc-${version}.tar.xz"
|
distfiles="${GNU_SITE}/gcc/gcc-${version}/gcc-${version}.tar.xz"
|
||||||
checksum=ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206
|
checksum=71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1
|
||||||
alternatives="arm-none-eabi:/usr/bin/arm-none-eabi-cc:/usr/bin/arm-none-eabi-gcc"
|
alternatives="arm-none-eabi:/usr/bin/arm-none-eabi-cc:/usr/bin/arm-none-eabi-gcc"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue