GNAT FSF 14.1.3 (#1087)
* GNAT FSF 14.1 * Replace GNAT 14.1.2 by 14.1.3 This new build fixes a problem with Arm Cortex-M run-times. * Update gnat_native-14.1.3.toml
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
|
||||
name = "gnat_arm_elf"
|
||||
version = "14.1.3"
|
||||
provides = ["gnat=14.1.3"]
|
||||
description = "The GNAT Ada compiler - ARM cross-compiler"
|
||||
maintainers = ["chouteau@adacore.com"]
|
||||
maintainers-logins = ["Fabien-Chouteau"]
|
||||
licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1"
|
||||
|
||||
auto-gpr-with = false
|
||||
|
||||
[configuration]
|
||||
disabled = true
|
||||
|
||||
[environment]
|
||||
PATH.prepend = "${CRATE_ROOT}/bin"
|
||||
|
||||
[origin."case(os)".linux."case(host-arch)".x86-64]
|
||||
binary = true
|
||||
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-arm-elf-linux64-14.1.0-3.tar.gz"
|
||||
hashes = ["sha256:f019f928ab210097e6fbfda48efdbdc35f4a5d81af027ca47e0123801e89cd1b"]
|
||||
|
||||
[origin."case(os)".windows."case(host-arch)".x86-64]
|
||||
binary = true
|
||||
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-arm-elf-windows64-14.1.0-3.tar.gz"
|
||||
hashes = ["sha256:184f9b28565f0c6f849cf87b6268e65702821bea68b942f381fe4a517f806851"]
|
||||
|
||||
[origin."case(os)".macos."case(host-arch)".x86-64]
|
||||
binary = true
|
||||
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-arm-elf-darwin-14.1.0-3.tar.gz"
|
||||
hashes = ["sha256:daafae6dea9220d22d2b11ea8300ba001a4a8f26b8a471e6adcb04864de41861"]
|
||||
@@ -0,0 +1,31 @@
|
||||
|
||||
name = "gnat_avr_elf"
|
||||
version = "14.1.3"
|
||||
provides = ["gnat=14.1.3"]
|
||||
description = "The GNAT Ada compiler - RISC-V cross-compiler"
|
||||
maintainers = ["chouteau@adacore.com"]
|
||||
maintainers-logins = ["Fabien-Chouteau"]
|
||||
licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1"
|
||||
|
||||
auto-gpr-with = false
|
||||
|
||||
[configuration]
|
||||
disabled = true
|
||||
|
||||
[environment]
|
||||
PATH.prepend = "${CRATE_ROOT}/bin"
|
||||
|
||||
[origin."case(os)".linux."case(host-arch)".x86-64]
|
||||
binary = true
|
||||
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-avr-elf-linux64-14.1.0-3.tar.gz"
|
||||
hashes = ["sha256:0722154e7f73b650ea9a6c9ebc4872b3cb2af4974adda9fde263b280a7ceef62"]
|
||||
|
||||
[origin."case(os)".windows."case(host-arch)".x86-64]
|
||||
binary = true
|
||||
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-avr-elf-windows64-14.1.0-3.tar.gz"
|
||||
hashes = ["sha256:e96aec3848717c4589f568cef6293d20c57ff1780a4078b01deea881ff0fe889"]
|
||||
|
||||
[origin."case(os)".macos."case(host-arch)".x86-64]
|
||||
binary = true
|
||||
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-avr-elf-darwin-14.1.0-3.tar.gz"
|
||||
hashes = ["sha256:36ddcda3dd7b60d38076a33fba5f1790ab7bb27666ccedf803a21e18deac299e"]
|
||||
@@ -0,0 +1,46 @@
|
||||
|
||||
name = "gnat_native"
|
||||
version = "14.1.3"
|
||||
provides = ["gnat=14.1.3"]
|
||||
description = "The GNAT Ada compiler - Native"
|
||||
maintainers = ["chouteau@adacore.com"]
|
||||
maintainers-logins = ["Fabien-Chouteau"]
|
||||
licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1"
|
||||
|
||||
auto-gpr-with = false
|
||||
|
||||
[configuration]
|
||||
disabled = true
|
||||
|
||||
[environment."case(os)".linux."case(host-arch)".x86-64]
|
||||
PATH.prepend = "${CRATE_ROOT}/bin"
|
||||
LIBRARY_PATH.prepend = "${CRATE_ROOT}/lib64"
|
||||
LD_LIBRARY_PATH.prepend = "${CRATE_ROOT}/lib64"
|
||||
LD_RUN_PATH.prepend = "${CRATE_ROOT}/lib64"
|
||||
|
||||
[environment."case(os)".windows."case(host-arch)".x86-64]
|
||||
PATH.prepend = "${CRATE_ROOT}/bin"
|
||||
LIBRARY_PATH.prepend = "${CRATE_ROOT}/lib"
|
||||
LD_LIBRARY_PATH.prepend = "${CRATE_ROOT}/lib"
|
||||
LD_RUN_PATH.prepend = "${CRATE_ROOT}/lib"
|
||||
|
||||
[environment."case(os)".macos."case(host-arch)".x86-64]
|
||||
PATH.prepend = "${CRATE_ROOT}/bin"
|
||||
LIBRARY_PATH.prepend = "${CRATE_ROOT}/lib"
|
||||
LD_LIBRARY_PATH.prepend = "${CRATE_ROOT}/lib"
|
||||
LD_RUN_PATH.prepend = "${CRATE_ROOT}/lib"
|
||||
|
||||
[origin."case(os)".linux."case(host-arch)".x86-64]
|
||||
binary = true
|
||||
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-x86_64-linux-14.1.0-3.tar.gz"
|
||||
hashes = ["sha256:965c1e0ebb3b78462557921122a2f7abba5af214fec4a22d072d1c9121a07015"]
|
||||
|
||||
[origin."case(os)".windows."case(host-arch)".x86-64]
|
||||
binary = true
|
||||
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-x86_64-windows64-14.1.0-3.tar.gz"
|
||||
hashes = ["sha256:6c25884a6d3d02b18f465116b4569820e6e5fbad70aa4c48676d36f73c0ebe1f"]
|
||||
|
||||
[origin."case(os)".macos."case(host-arch)".x86-64]
|
||||
binary = true
|
||||
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-x86_64-darwin-14.1.0-3.tar.gz"
|
||||
hashes = ["sha256:ece13bc531681252b89863fc557e963d0fccbf490b0e6e672b2876bd888d09f8"]
|
||||
@@ -0,0 +1,31 @@
|
||||
|
||||
name = "gnat_riscv64_elf"
|
||||
version = "14.1.3"
|
||||
provides = ["gnat=14.1.3"]
|
||||
description = "The GNAT Ada compiler - AVR cross-compiler"
|
||||
maintainers = ["chouteau@adacore.com"]
|
||||
maintainers-logins = ["Fabien-Chouteau"]
|
||||
licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1"
|
||||
|
||||
auto-gpr-with = false
|
||||
|
||||
[configuration]
|
||||
disabled = true
|
||||
|
||||
[environment]
|
||||
PATH.prepend = "${CRATE_ROOT}/bin"
|
||||
|
||||
[origin."case(os)".linux."case(host-arch)".x86-64]
|
||||
binary = true
|
||||
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-riscv64-elf-linux64-14.1.0-3.tar.gz"
|
||||
hashes = ["sha256:9a6b9043a35db78d1ed901488eb45392495d14f51cc06f8e4ad7f06d68479e98"]
|
||||
|
||||
[origin."case(os)".windows."case(host-arch)".x86-64]
|
||||
binary = true
|
||||
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-riscv64-elf-windows64-14.1.0-3.tar.gz"
|
||||
hashes = ["sha256:88ba186a2630b52f297324a3316d7eb7a7cb68be4fe21a29e11420b25e287fe1"]
|
||||
|
||||
[origin."case(os)".macos."case(host-arch)".x86-64]
|
||||
binary = true
|
||||
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-14.1.0-3/gnat-riscv64-elf-darwin-14.1.0-3.tar.gz"
|
||||
hashes = ["sha256:cff3a81e6e8d21bc00ab9428219822ebd14515995a87cb34a56449896cc1fe77"]
|
||||
Reference in New Issue
Block a user