diff options
author | Ian Carmichael <iancarm@cygnus> | 1998-03-25 21:54:06 +0000 |
---|---|---|
committer | Ian Carmichael <iancarm@cygnus> | 1998-03-25 21:54:06 +0000 |
commit | 8d0bd9889c424804b8c2e4b90e9056318d1e7e29 (patch) | |
tree | f5f03c9c7699410a098d3cf04cbbd2efde787a6e /sim/common/aclocal.m4 | |
parent | 3792311ce60ae61a7b13ac15766e7a48309a81d1 (diff) | |
download | gdb-8d0bd9889c424804b8c2e4b90e9056318d1e7e29.zip gdb-8d0bd9889c424804b8c2e4b90e9056318d1e7e29.tar.gz gdb-8d0bd9889c424804b8c2e4b90e9056318d1e7e29.tar.bz2 |
* Added HAVE_FPU_CONTROL_H and HAVE___SETFPUCW to fix non-linux builds.
Diffstat (limited to 'sim/common/aclocal.m4')
-rw-r--r-- | sim/common/aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/aclocal.m4 b/sim/common/aclocal.m4 index ae091fc..481ae33 100644 --- a/sim/common/aclocal.m4 +++ b/sim/common/aclocal.m4 @@ -48,8 +48,8 @@ AC_PROG_RANLIB # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*. AC_CHECK_HEADERS(stdlib.h string.h strings.h unistd.h time.h) AC_CHECK_HEADERS(sys/time.h sys/resource.h) -AC_CHECK_HEADERS(fcntl.h) -AC_CHECK_FUNCS(getrusage time sigaction) +AC_CHECK_HEADERS(fcntl.h fpu_control.h) +AC_CHECK_FUNCS(getrusage time sigaction __setfpucw) . ${srcdir}/../../bfd/configure.host |