Skip to content

Commit

Permalink
arm-none-eabi-gcc: update to 14.2.0
Browse files Browse the repository at this point in the history
This makes it possible to build arm-none-eabi-gcc using the Xcode 16
toolchain, enabling macOS 15 support. gcc 14 is currently the only gcc
version that can build under Xcode 16/macOS 15.

Closes: https://trac.macports.org/ticket/70754
  • Loading branch information
markmentovai committed Sep 20, 2024
1 parent 0469444 commit 035b408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cross/arm-none-eabi-gcc/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup crossgcc 1.0

set gccversion 13.2.0
set gccversion 14.2.0
set newlibversion 4.3.0.20230120
crossgcc.setup arm-none-eabi ${gccversion}
crossgcc.setup_libc newlib ${newlibversion}
Expand Down

0 comments on commit 035b408

Please sign in to comment.