]> git.ipfire.org Git - thirdparty/gcc.git/commit
acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): New check.
authorFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Fri, 28 Oct 2005 20:13:20 +0000 (20:13 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Fri, 28 Oct 2005 20:13:20 +0000 (20:13 +0000)
commit3b14f6649a77f6c024a456f1c3a35df0662488bb
tree63c0066d3282fbbc40206a8f80b8a22b789be2f8
parent9b46f94ffa7a8c7e3ddc95980359c75858d09f9c
acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): New check.

* 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.

From-SVN: r105956
libgfortran/ChangeLog
libgfortran/acinclude.m4
libgfortran/config.h.in
libgfortran/config/fpu-aix.h [new file with mode: 0644]
libgfortran/config/fpu-sysv.h [new file with mode: 0644]
libgfortran/configure
libgfortran/configure.ac
libgfortran/configure.host