Hi Michael, On 24 January 2013 00:58, Michael Eager <ea...@eagercon.com> wrote: > On 01/20/2013 09:42 PM, David Holsgrove wrote: >> >> gcc/Changelog >> >> 2013-01-21 Edgar E. Iglesias <edgar.igles...@gmail.com> >> >> * config.gcc (microblaze*-*-elf): Add new target >> >> libgcc/Changelog >> >> 2013-01-21 Edgar E. Iglesias <edgar.igles...@gmail.com> >> >> * config.host (microblaze*-*-elf): Add new target >> > > Hi David -- > > This appears to be identical the existing microblaze*-*-* target. > Why is an -elf target needed? >
Its slightly different, the config.gcc -elf target adds newlib-stdint.h to the tm_file, and in libgcc/config.host we extend the extra_parts by adding crtbeginS.o, crtendS.o crtbeginT.o. It was more to keep the original generic target distinct from the developments to microblaze-*elf. thanks, David > -- > Michael Eager ea...@eagercon.com > 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077 > >