blob: 0a7c6e72bb9d479550896281686584e535b79518 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
pkgbase = gcc-arm-none-eabi-bin
pkgdesc = GNU Tools ARM Embedded Processors (binary distribution, includes newlib, does NOT include GDB)
pkgver = 13.3.rel1
pkgrel = 1
url = https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/downloads
arch = aarch64
arch = x86_64
license = custom
depends = glibc
optdepends = arm-none-eabi-gdb: GNU Debugger for ARM EABI
provides = gcc-arm-none-eabi
provides = arm-none-eabi-gcc
provides = arm-none-eabi-binutils
provides = arm-none-eabi-newlib
conflicts = gcc-arm-none-eabi
conflicts = arm-none-eabi-gcc
conflicts = arm-none-eabi-binutils
conflicts = arm-none-eabi-newlib
options = !strip
options = staticlibs
source_aarch64 = https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu/13.3.rel1/binrel/arm-gnu-toolchain-13.3.rel1-aarch64-arm-none-eabi.tar.xz
sha256sums_aarch64 = c8824bffd057afce2259f7618254e840715f33523a3d4e4294f471208f976764
source_x86_64 = https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu/13.3.rel1/binrel/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi.tar.xz
sha256sums_x86_64 = 95c011cee430e64dd6087c75c800f04b9c49832cc1000127a92a97f9c8d83af4
pkgname = gcc-arm-none-eabi-bin
|