https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486
--- Comment #39 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- > We do not have it. Can you (temporarily) remove it and see what happens? In fact we specifically remove them at packaging time: # Remove crtbegin.o and crtend.o. We are rebuilding them during # GCC builds rm(os.path.join(self["PKG_DIR"], "lib", "crtbegin.o")) rm(os.path.join(self["PKG_DIR"], "lib", "crtend.o"))