Use the -print-libgcc-file-name compiler option to obtain the path to
libgcc or an equivalent compiler runtime library, rather than hardcoding
-lgcc_s. This aims to make it possible to avoid linking with -lgcc_s
when -rtlib=compiler-rt is used along with libunwind.
If -print-libgcc-file-name call fails, -lgcc_s is used as a fallback.
Furthermore, -lgcc_s is still linked in for unwinding if
LIBCXXABI_USE_LLVM_UNWINDER is not set.