aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/configure
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-11-10 00:11:17 +0700
committerMike Frysinger <vapier@gentoo.org>2022-11-10 00:13:36 +0700
commit31b40f11f1cf7c79eff80bed214d3350a9a209a4 (patch)
tree09ac466fbdc060d45151002d5fcc4d7fd96978f0 /sim/ppc/configure
parent8263b346fa07e3f679b05a8b369d491af51e6de8 (diff)
downloadgdb-31b40f11f1cf7c79eff80bed214d3350a9a209a4.zip
gdb-31b40f11f1cf7c79eff80bed214d3350a9a209a4.tar.gz
gdb-31b40f11f1cf7c79eff80bed214d3350a9a209a4.tar.bz2
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.
Diffstat (limited to 'sim/ppc/configure')
-rwxr-xr-xsim/ppc/configure8
1 files changed, 0 insertions, 8 deletions
diff --git a/sim/ppc/configure b/sim/ppc/configure
index df95a6f..39a7ac9 100755
--- a/sim/ppc/configure
+++ b/sim/ppc/configure
@@ -3543,14 +3543,6 @@ else
fi
-case ${host} in
- *mingw32*)
-
-$as_echo "#define USE_WIN32API 1" >>confdefs.h
-
- ;;
-esac
-
ac_config_headers="$ac_config_headers config.h:config.in"