Description
When statically linking libstdc++ in an effort to be able to run on systems with older system libstdc++ installed, it is important to also link libgcc statically. However, our --static-libstdc++ flag only causes libstdc++ to be linked statically. Our interpretation of that flag should imply --static-libgcc as well.