osx-cross / homebrew-arm

Pre-built GNU toolchain from ARM Cortex-M & Cortex-R processors (Cortex-M0/M0+/M3/M4/M7, Cortex-R4/R5/R7).
BSD 2-Clause "Simplified" License
152 stars 21 forks source link

arm-none-eabi-binutils: depend on texinfo for Ventura #51

Closed fauxpark closed 1 year ago

fauxpark commented 1 year ago

Compilation fails on M1 due to "missing" texinfo (for me it was installed but the build environment obviously doesn't know about it unless it's specified in the formula).

ladislas commented 1 year ago

thanks @fauxpark for the PR!

10.15 is deprecated, #52 should fix the issue. I'll merge tomorrow morning when CI is green and you can rebase then

ladislas commented 1 year ago

52 has been merged, you can rebase, we'll see what happens :)