Skip to content

community/{binutils-cross-embedded,gcc-cross-embedded,newlib}: re-enanble x86

This re-enables building packages for x86, which previously was disabled to reduce load on the builders.

Note: This also divides embedded targets into the "mainstream" and "exotic" class. Support for cross compiling to exotic microcontrollers is only build from x86_64 and aarch64, as this is what I expect most development and CI machines to be run on.

The combination of someone using an exotic host to develop for an exotic microchip should be pretty unlikely.

Merge request reports