Built arm-gcc-embedded for aarch64 - want to contribute a cask #1156
Unanswered
SeanMollet
asked this question in
Tap maintenance and brew development
Replies: 1 comment 4 replies
-
You should probably try to contribute it as a formula to homebrew/core first, instead of as a cask to homebrew/cask, as this looks like a command-line tool. There are a number of formulae that do depends_on arch: :x86_64 so I imagine you should be able to do something similar. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Over the last couple days, I cajoled the arm-none-eabi-gcc toolchain to build on Big Sur/Apple Silicon. I'd like to contribute the cask back, but after digging around, I can't figure out how to mark a cask as M1.
Happy to submit a PR, just need to know exactly what it should look like.
Beta Was this translation helpful? Give feedback.
All reactions