Skip to content

community/gcc-avr: Finally fix compilation with C++

Marian Buschsieweke requested to merge maribu/aports:community/gcc-avr into master

MR !42055 (merged) didn't succeed in fixing the compilation with C++ as a contradicting configure flag took preference.

I double checked now that compilation of a firmware that previously failed to link due to undefined references to symbol __cxa_atexit really succeeds. Sorry for the needless extra round trip :/

Merge request reports