Bug 105206

Summary: cross-avr-gcc is missing libgcc for avr2
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Reinhard Max <max>
Component: DevelopmentAssignee: Juergen Weigert <jw>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Beta 2   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Reinhard Max 2005-08-17 14:21:08 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.
Comment 1 Juergen Weigert 2005-08-17 15:01:15 UTC
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.