Skip to content

Detect MSYS host and add windows libraries during configure

Gedare Bloom requested to merge gedare/rtems-sis:fixmsys2 into main

Summary

Windows builds require a specific library for socket polling. The configure.ac checked for mingw did not catch an msys host environment, which leads to link-time errors with WSAPoll. This fixes those errors.

Merge request reports