diff options
Diffstat (limited to 'sim/m32c')
-rw-r--r-- | sim/m32c/ChangeLog | 4 | ||||
-rw-r--r-- | sim/m32c/config.in | 6 | ||||
-rwxr-xr-x | sim/m32c/configure | 10 |
3 files changed, 6 insertions, 14 deletions
diff --git a/sim/m32c/ChangeLog b/sim/m32c/ChangeLog index 117ce05..2919dc4 100644 --- a/sim/m32c/ChangeLog +++ b/sim/m32c/ChangeLog @@ -1,5 +1,9 @@ 2021-04-22 Tom Tromey <tom@tromey.com> + * configure, config.in: Rebuild. + +2021-04-22 Tom Tromey <tom@tromey.com> + * Makefile.in (LIBS): Remove 2021-04-22 Tom Tromey <tom@tromey.com> diff --git a/sim/m32c/config.in b/sim/m32c/config.in index cae7660..aaa80a5 100644 --- a/sim/m32c/config.in +++ b/sim/m32c/config.in @@ -127,12 +127,6 @@ /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H -/* Define to 1 if you have the <sys/times.h> header file. */ -#undef HAVE_SYS_TIMES_H - -/* Define to 1 if you have the <sys/time.h> header file. */ -#undef HAVE_SYS_TIME_H - /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H diff --git a/sim/m32c/configure b/sim/m32c/configure index aaf8db3..2e2ed73 100755 --- a/sim/m32c/configure +++ b/sim/m32c/configure @@ -2286,8 +2286,6 @@ as_fn_append ac_header_list " fpu_control.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_header_list " sys/resource.h" -as_fn_append ac_header_list " sys/time.h" -as_fn_append ac_header_list " sys/times.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_func_list " __setfpucw" as_fn_append ac_func_list " ftruncate" @@ -3912,10 +3910,6 @@ done - - - - for ac_func in $ac_func_list do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` @@ -11187,7 +11181,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11190 "configure" +#line 11184 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11293,7 +11287,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11296 "configure" +#line 11290 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |