Description
Very old 32-bit C++ binaries can run with the legacy GNU Standard C++ library they were built against. It helps preserve compatibility with older proprietary tools, games, or applications that cannot be rebuilt.
Legacy runtime libraries should be kept only for software that truly needs them. Prefer rebuilt or maintained applications when available.