https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101115
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Try adding --enable-initfini-array to gcc config Most likely GCC config is not detecting .init_array/.fini_array support which is now always turned on the trunk for *linux-* targets.
