diff options
Diffstat (limited to 'sim/tic80/configure')
-rwxr-xr-x | sim/tic80/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/tic80/configure b/sim/tic80/configure index 4992f5ef4aa..aabfe260804 100755 --- a/sim/tic80/configure +++ b/sim/tic80/configure @@ -1175,7 +1175,7 @@ else fi done -for ac_hdr in fcntl.h +for ac_hdr in fcntl.h fpu_control.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -1215,7 +1215,7 @@ else fi done -for ac_func in getrusage time sigaction +for ac_func in getrusage time sigaction __setfpucw do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:1222: checking for $ac_func" >&5 |