https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56101
Masahiko Kimoto <masahiko.kimoto at miraclelinux dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |masahiko.kimoto@miraclelinu | |x.com --- Comment #6 from Masahiko Kimoto <masahiko.kimoto at miraclelinux dot com> --- In case of removing GCC runtime libraries(libgcc_s.so, libstdc++.so) from root filesystem, especially required in embedded environment, this constrainti annoys us. Is there any workaround without using dlopen(libgcc_s) ? According to our examination, it does not abort when all libraries are linked statically by -static option of GCC.