aboutsummaryrefslogtreecommitdiff
path: root/sim/mn10300/configure
diff options
context:
space:
mode:
Diffstat (limited to 'sim/mn10300/configure')
-rwxr-xr-xsim/mn10300/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/mn10300/configure b/sim/mn10300/configure
index c0d6273..cb8256e 100755
--- a/sim/mn10300/configure
+++ b/sim/mn10300/configure
@@ -1177,7 +1177,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
@@ -1217,7 +1217,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:1224: checking for $ac_func" >&5
@@ -1933,7 +1933,7 @@ if test x"$silent" != x"yes" && test x"$sim_gen" != x""; then
echo "Setting sim_common = $sim_common" 6>&1
fi
else
- sim_gen=""; mn10300_common="WITHOUT"
+ sim_gen="-DWITH_COMMON=1"; mn10300_common="WITH"
fi