aboutsummaryrefslogtreecommitdiff
path: root/sim/tic80/configure
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-03-27 11:42:16 +0000
committerAndrew Cagney <cagney@redhat.com>1998-03-27 11:42:16 +0000
commitd8f5304972cfaecc0c5bdbd519f7e7c2518b0ef4 (patch)
tree0bdae513ad8f63f19134cd0c6b868b7ddcec847c /sim/tic80/configure
parentbd85beb90c3c162c4e93bc4746c90f31005ea589 (diff)
downloadbinutils-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-xsim/tic80/configure4
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