The CHOST-matct was mingw32* but in a crossdev mingw32 is usually the CHOST's
suffix. Adusted the case statement match to be "*mingw32*" , following the
same pattern as the others. Aballier gave the nod for the commit.
Package-Manager: portage-2.2.26
*freebsd*)
myconf+=( --target-os=freebsd )
;;
- mingw32*)
+ *mingw32*)
myconf+=( --target-os=mingw32 )
;;
*linux*)
*freebsd*)
myconf+=( --target-os=freebsd )
;;
- mingw32*)
+ *mingw32*)
myconf+=( --target-os=mingw32 )
;;
*linux*)
*freebsd*)
myconf+=( --target-os=freebsd )
;;
- mingw32*)
+ *mingw32*)
myconf+=( --target-os=mingw32 )
;;
*linux*)