parent
03fceee5e1
commit
de0ae27bec
|
@ -1,5 +1,5 @@
|
||||||
# Template file for 'cross-arm-none-eabi'
|
# Template file for 'cross-arm-none-eabi'
|
||||||
_binutils_version=2.29.1
|
_binutils_version=2.31.1
|
||||||
_gcc_version=7.3.0
|
_gcc_version=7.3.0
|
||||||
_newlib_version=2.4.0.20161025
|
_newlib_version=2.4.0.20161025
|
||||||
|
|
||||||
|
@ -7,19 +7,18 @@ _triplet=arm-none-eabi
|
||||||
_sysroot="/usr/${_triplet}"
|
_sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.2
|
version=0.3
|
||||||
revision=2
|
revision=1
|
||||||
short_desc="GNU cross bare metal toolchain"
|
short_desc="GNU cross bare metal toolchain"
|
||||||
maintainer="Thomas Bernard <thomas@famillebernardgouriou.fr>"
|
maintainer="Thomas Bernard <thomas@famillebernardgouriou.fr>"
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="https://www.voidlinux.org/"
|
||||||
license="GPL-3, GPL-2, LGPL-2.1"
|
license="GPL-3, GPL-2, LGPL-2.1"
|
||||||
distfiles="
|
distfiles="
|
||||||
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.bz2
|
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.xz
|
||||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
||||||
ftp://sources.redhat.com/pub/newlib/newlib-${_newlib_version}.tar.gz"
|
ftp://sources.redhat.com/pub/newlib/newlib-${_newlib_version}.tar.gz"
|
||||||
|
|
||||||
checksum="
|
checksum="5d20086ecf5752cc7d9134246e9588fa201740d540f7eb84d795b1f7a93bca86
|
||||||
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc
|
|
||||||
832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
|
832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
|
||||||
cbecbc637496fcec02829c12babf8441c6500eb1933c776d2fa4e0a9a35f081f"
|
cbecbc637496fcec02829c12babf8441c6500eb1933c776d2fa4e0a9a35f081f"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue