diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-03-27 11:42:16 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-03-27 11:42:16 +0000 |
commit | d8f5304972cfaecc0c5bdbd519f7e7c2518b0ef4 (patch) | |
tree | 0bdae513ad8f63f19134cd0c6b868b7ddcec847c /sim/tic80/configure | |
parent | bd85beb90c3c162c4e93bc4746c90f31005ea589 (diff) | |
download | binutils-d8f5304972cfaecc0c5bdbd519f7e7c2518b0ef4.zip binutils-d8f5304972cfaecc0c5bdbd519f7e7c2518b0ef4.tar.gz binutils-d8f5304972cfaecc0c5bdbd519f7e7c2518b0ef4.tar.bz2 |
Do top level sim-hw module for device tree.
Add to aclocal.m4, update all configure files.
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 4992f5e..aabfe26 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 |