9876169397
* 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
32 lines
1.2 KiB
TOML
32 lines
1.2 KiB
TOML
|
|
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"]
|