For some reasons, I am building compilers for my own.
I see #90 edit the min_runtime_version to 13, so the requirement is libgcc-ng >= 13.
But currently the latest compiler version is 12.2.0, not yet update to 13.
Why min_runtime_version is set to 13 but 12 ?
Comment:
For some reasons, I am building compilers for my own.
I see #90 edit the min_runtime_version to 13, so the requirement is
libgcc-ng >= 13
.But currently the latest compiler version is 12.2.0, not yet update to 13. Why min_runtime_version is set to 13 but 12 ?