]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: ppc: drop obsolete USE_WIN32API check
authorMike Frysinger <vapier@gentoo.org>
Wed, 9 Nov 2022 17:11:17 +0000 (00:11 +0700)
committerMike Frysinger <vapier@gentoo.org>
Wed, 9 Nov 2022 17:13:36 +0000 (00:13 +0700)
commit31b40f11f1cf7c79eff80bed214d3350a9a209a4
tree09ac466fbdc060d45151002d5fcc4d7fd96978f0
parent8263b346fa07e3f679b05a8b369d491af51e6de8
sim: ppc: drop obsolete USE_WIN32API check

This controls only one thing: how to call mkdir().  The gnulib code
already has a mkdir module that provides this exact logic for us, so
punt the code entirely.
sim/ppc/config.in
sim/ppc/configure
sim/ppc/configure.ac
sim/ppc/emul_unix.c