Description
Very old 32-bit C++ programs can find the GNU standard C++ runtime they were built against. This is mainly useful for preserving or running legacy binaries that cannot be rebuilt easily.
It is a compatibility runtime, not a modern C++ development choice. Use current toolchains for new software and keep legacy libraries isolated when possible.