Bugzilla – Bug 105206
cross-avr-gcc is missing libgcc for avr2
Last modified: 2005-08-17 15:01:15 UTC
When trying to link code for e.g. ATtiny2313 chips, gcc fails with "can't find -lgcc". The reason is, that ATtiny2313 is an avr2, but the package only contains libgcc for avr3, avr4, and avr5.
Ooops. The copy of libgcc.a that is not inside an avr* subdirectory is actually for avr2, because avr2 is the default architecture. We really should keep that library, rather than removing it. Too late for beta2, fixed in beta3.