On 10/04/2011 12:14 AM, Joseph S. Myers wrote:
i?86-elf and x86_64-elf targets default to -fasynchronous-unwind-tables, like most other x86 targets, and so since they build crtend.o they need to build it with -fno-asynchronous-unwind-tables, like other targets. This patch accordingly makes them use i386/t-crtstuff.
Ok. Paolo