Re: [avr] libgcc: Properly exclude some object files for avrtiny

2025-03-22 Thread Denis Chertykov
сб, 22 мар. 2025 г. в 18:42, Georg-Johann Lay : > > The condition to exclude some object files for AVRrc reduced core > did not work properly since it was too strict. > > LibF7 didn't exclude its objects at all. > > This patch uses $(findstring avrtiny,$(MULTIDIR)) in the condition. > > No new regr

[avr] libgcc: Properly exclude some object files for avrtiny

2025-03-22 Thread Georg-Johann Lay
The condition to exclude some object files for AVRrc reduced core did not work properly since it was too strict. LibF7 didn't exclude its objects at all. This patch uses $(findstring avrtiny,$(MULTIDIR)) in the condition. No new regressions. Ok to apply? Johann -- AVR: libgcc: Properly exclu