Skip to content

Commit

Permalink
arm-gcc-bin@11 11.3.Rel1 (new formula)
Browse files Browse the repository at this point in the history
Add arm-gcc-bin@11

Add ARM 11.3.Rel1 toolchain

Closes #40.

Signed-off-by: osxCrossTestBot <[email protected]>
  • Loading branch information
salkinium authored and osxCrossTestBot committed Oct 17, 2022
1 parent 2753710 commit a7f205c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
class ArmGccBinAT11 < Formula
desc "Pre-built GNU toolchain for Arm Cortex-M and Cortex-R processors"
homepage "https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads"
url "https://developer.arm.com/-/media/Files/downloads/gnu/11.3.rel1/binrel/arm-gnu-toolchain-11.3.rel1-darwin-x86_64-arm-none-eabi.tar.xz"
version "11.3.Rel1"
sha256 "826353d45e7fbaa9b87c514e7c758a82f349cb7fc3fd949423687671539b29cf"

def install
bin.install Dir["bin/*"]
prefix.install Dir["arm-none-eabi", "include", "lib", "libexec", "share"]
end

test do
system "true"
end
end

0 comments on commit a7f205c

Please sign in to comment.