aboutsummaryrefslogtreecommitdiff
path: root/sim/configure
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-11-10 00:19:45 +0700
committerMike Frysinger <vapier@gentoo.org>2022-11-10 00:19:45 +0700
commit959550953e9467b3aa3e168c8ea313e123626d9b (patch)
tree3bc4a50d3930ff7055becbe8dc3ce2d182ac55f9 /sim/configure
parent31b40f11f1cf7c79eff80bed214d3350a9a209a4 (diff)
downloadgdb-959550953e9467b3aa3e168c8ea313e123626d9b.zip
gdb-959550953e9467b3aa3e168c8ea313e123626d9b.tar.gz
gdb-959550953e9467b3aa3e168c8ea313e123626d9b.tar.bz2
sim: restore lstat & mkdir func checks
When merging ppc configure checks into the top-level, these 2 funcs were accidentally dropped (probably due to incorrect resolution of conflicts). Restore them since the ppc code utilizes them both.
Diffstat (limited to 'sim/configure')
-rwxr-xr-xsim/configure10
1 files changed, 8 insertions, 2 deletions
diff --git a/sim/configure b/sim/configure
index 1916e1d..57c4fcf 100755
--- a/sim/configure
+++ b/sim/configure
@@ -2929,6 +2929,8 @@ as_fn_append ac_func_list " ioctl"
as_fn_append ac_func_list " kill"
as_fn_append ac_func_list " link"
as_fn_append ac_func_list " lseek"
+as_fn_append ac_func_list " lstat"
+as_fn_append ac_func_list " mkdir"
as_fn_append ac_func_list " mmap"
as_fn_append ac_func_list " munmap"
as_fn_append ac_func_list " pipe"
@@ -5544,6 +5546,10 @@ done
+
+
+
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
if ${ac_cv_struct_tm+:} false; then :
@@ -12425,7 +12431,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 12428 "configure"
+#line 12434 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -12531,7 +12537,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 12534 "configure"
+#line 12540 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H