https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66205
Arnaud Charlet <charlet at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |charlet at gcc dot gnu.org --- Comment #14 from Arnaud Charlet <charlet at gcc dot gnu.org> --- As discussed on gcc-patches@, this isn't the right approach after all. Instead, you should set Suppress_Standard_Library_On_Target to False in your target system.ads, this is the only combination that is supported by the binder and the runtime to enable finalization in a restructed runtime. Arno