cross-arm-none-eabi: update to gcc-7.3.0
This commit is contained in:
parent
b44cc1514a
commit
7092317aab
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'cross-arm-none-eabi'
|
# Template file for 'cross-arm-none-eabi'
|
||||||
_binutils_version=2.29.1
|
_binutils_version=2.29.1
|
||||||
_gcc_version=7.2.0
|
_gcc_version=7.3.0
|
||||||
_newlib_version=2.4.0.20161025
|
_newlib_version=2.4.0.20161025
|
||||||
|
|
||||||
_triplet=arm-none-eabi
|
_triplet=arm-none-eabi
|
||||||
_sysroot="/usr/${_triplet}"
|
_sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.1
|
version=0.2
|
||||||
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="http://www.voidlinux.eu"
|
||||||
|
@ -17,14 +16,12 @@ 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.bz2
|
||||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.gz
|
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.gz
|
||||||
ftp://sources.redhat.com/pub/newlib/newlib-${_newlib_version}.tar.gz
|
ftp://sources.redhat.com/pub/newlib/newlib-${_newlib_version}.tar.gz"
|
||||||
"
|
|
||||||
|
|
||||||
checksum="
|
checksum="
|
||||||
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc
|
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc
|
||||||
0153a003d3b433459336a91610cca2995ee0fb3d71131bd72555f2231a6efcfc
|
832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
|
||||||
cbecbc637496fcec02829c12babf8441c6500eb1933c776d2fa4e0a9a35f081f
|
cbecbc637496fcec02829c12babf8441c6500eb1933c776d2fa4e0a9a35f081f"
|
||||||
"
|
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
Loading…
Reference in New Issue