diff options
Diffstat (limited to 'sim/riscv/configure')
-rwxr-xr-x | sim/riscv/configure | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sim/riscv/configure b/sim/riscv/configure index 96f4fff..68c63a7 100755 --- a/sim/riscv/configure +++ b/sim/riscv/configure @@ -2310,6 +2310,7 @@ as_fn_append ac_func_list " mmap" as_fn_append ac_func_list " munmap" as_fn_append ac_func_list " posix_fallocate" as_fn_append ac_func_list " sigaction" +as_fn_append ac_func_list " strsignal" as_fn_append ac_func_list " time" as_fn_append ac_func_list " truncate" # Check that the precious variables saved in the cache have kept the same @@ -3952,6 +3953,8 @@ done + + case `pwd` in *\ * | *\ *) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 @@ -11191,7 +11194,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11194 "configure" +#line 11197 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11297,7 +11300,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11300 "configure" +#line 11303 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |