niXman / mingw-builds

Scripts for building the 32 and 64-bit MinGW-W64 compilers for Windows
Other
282 stars 107 forks source link

Building with --mode=gcc-12.2.0 fails #638

Closed darrylo-keysight closed 12 months ago

darrylo-keysight commented 1 year ago

Building with --mode=gcc-12.2.0 fails because scripts/gcc-12.2.0.sh is missing gcc/gcc-12-replace-abort-with-fancy_abort.patch in PKG_PATCHES. Adding that line allows the build to work.

Not a big deal. I'm submitting this more for others to see.