Closed rallenh closed 2 years ago
I was getting selftest errors when xgcc was exec'ing cc1/cc1plus when I was expecting:
cc1.exe: note: self-tests are not enabled in this build
echo timestamp > s-selftest-c
cc1plus.exe: note: self-tests are not enabled in this build
echo timestamp > s-selftest-c++
These patches to the runtime are only for mingw-w64 v10.0.0. Martin's explanation in the GCC bugzilla describes what was going on.
merged, thanks!
adds patches to runtime to allow GCC 12 to build. these patches should only be required for mingw-w64 v10.0.0. they also permit bootstrap builds of gcc 12.