https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70720
Bug ID: 70720 Summary: moxie-rtems stanza does not include crti/crtn extra_parts Product: gcc Version: 4.9.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: joel at gcc dot gnu.org Target Milestone: --- Created attachment 38305 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38305&action=edit Merge moxie-rtems stanza with other moxie stanzas. moxie-rtems C++ applications fail to link because, the moxie-rtems stanza in libgcc/config.host does not include extra_parts. The solution is to add moxie-rtems to the list of other moxie targets above and delete the special moxie-rtems stanza. Filing this as a bug since it impacts at least from gcc 4.9 to the master.