3 @@ -836,7 +836,7 @@ avr-*-*)
6 tm_file="dbxelf.h elfos.h linux.h avr32/linux-elf.h avr32/avr32.h "
7 - tmake_file="t-linux avr32/t-avr32 avr32/t-elf"
8 + tmake_file="t-linux avr32/t-avr32-linux"
9 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
10 extra_modes=avr32/avr32-modes.def
12 --- a/libgcc/config.host
13 +++ b/libgcc/config.host
14 @@ -240,6 +240,11 @@ arm-*-pe*)
19 + # No need to build crtbeginT.o on uClibc systems. Should probably be
20 + # moved to the OS specific section above.
21 + extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"