diff options
Diffstat (limited to 'sim/h8300')
-rw-r--r-- | sim/h8300/ChangeLog | 4 | ||||
-rw-r--r-- | sim/h8300/config.in | 6 | ||||
-rwxr-xr-x | sim/h8300/configure | 10 |
3 files changed, 6 insertions, 14 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index e0da2dfe477..0a02c9c7255 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/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> + * configure: Rebuild. 2021-04-21 Mike Frysinger <vapier@gentoo.org> diff --git a/sim/h8300/config.in b/sim/h8300/config.in index 81502266895..fbed42af1ed 100644 --- a/sim/h8300/config.in +++ b/sim/h8300/config.in @@ -118,12 +118,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/h8300/configure b/sim/h8300/configure index 58aa59f00f0..682019b1e22 100755 --- a/sim/h8300/configure +++ b/sim/h8300/configure @@ -2293,8 +2293,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" @@ -3915,10 +3913,6 @@ done - - - - for ac_func in $ac_func_list do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` @@ -11190,7 +11184,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11193 "configure" +#line 11187 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11296,7 +11290,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11299 "configure" +#line 11293 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |