]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: dv-sockser: enable for mingw targets too
authorMike Frysinger <vapier@gentoo.org>
Sat, 29 May 2021 21:17:40 +0000 (17:17 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 9 Sep 2021 05:32:16 +0000 (01:32 -0400)
commit03de8f26e8286f6160a9fcd6b082893ed850e8fa
tree8d58c3c08fafe6924327077c96bcc49ccfbfaf63
parent93aaa742b360cb9a0b69eb74d1e516cd96982647
sim: dv-sockser: enable for mingw targets too

We have enough functionality from gnulib now to build sockser on
all platforms.

Non-blocking I/O is supported when F_GETFL/F_SETFL are unavailable,
but we can address that in a follow up commit.  This mirrors what
is done in other places in the sim already.
sim/common/dv-sockser.c
sim/configure
sim/m4/sim_ac_option_hardware.m4