mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* Added HAVE_FPU_CONTROL_H and HAVE___SETFPUCW to fix non-linux builds.
This commit is contained in:
4
sim/common/aclocal.m4
vendored
4
sim/common/aclocal.m4
vendored
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user