* acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): New check.
* configure.ac: Check for floatingpoint.h, fptrap.h and float.h headers. Use LIBGFOR_CHECK_FPSETMASK. Check for fp_trap and fp_enable functions. * configure.host: Add case for systems with fpsetmask and systems with fp_trap/fp_enable. * config/fpu-sysv.h: New file, FPU code using fpsetmask. * config/fpu-aix.h: New file, FPU code for AIX using fp_trap and fp_enable. * aclocal.m4: Regenerate. * configure: Regenerate. * config.h.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105956 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- libgfortran/ChangeLog 31 additions, 16 deletionslibgfortran/ChangeLog
- libgfortran/acinclude.m4 17 additions, 0 deletionslibgfortran/acinclude.m4
- libgfortran/config.h.in 18 additions, 0 deletionslibgfortran/config.h.in
- libgfortran/config/fpu-aix.h 92 additions, 0 deletionslibgfortran/config/fpu-aix.h
- libgfortran/config/fpu-sysv.h 91 additions, 0 deletionslibgfortran/config/fpu-sysv.h
- libgfortran/configure 439 additions, 1 deletionlibgfortran/configure
- libgfortran/configure.ac 9 additions, 1 deletionlibgfortran/configure.ac
- libgfortran/configure.host 9 additions, 1 deletionlibgfortran/configure.host
Loading
Please register or sign in to comment