termux / termux-packages

A package build system for Termux.
https://termux.dev
Other
13.34k stars 3.07k forks source link

scripts(setup-ubuntu): drop gcc-arm-none-eabi #22321

Closed truboxl closed 3 days ago

truboxl commented 3 days ago

I tested CI build and on-device build and found no difference in building proxmark3 which questions the need of gcc-arm-none-eabi.

truboxl commented 3 days ago

CC @s00se

s00se commented 3 days ago

Thanks for the ping, yes this can be removed.

gcc-arm-none-eabi is only needed for building the firmware, which we don't do on Termux and work to include it from proxmark3-git is no longer supported or being built, good catch :)