diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2014-07-05 20:43:07 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2014-07-05 20:43:07 +0000 |
commit | de51fc1b1567baa90799cf7077fbe72c1fc4dd15 (patch) | |
tree | 35c6cba4598a7230242b6cbdfd8e1e247325d7ac /libgfortran/configure | |
parent | 9a62ed16dda57ee799dfd0ef12f1800cf48e5908 (diff) |
Restore Solaris/SPARC bootstrap
* configure, config.h.in: Regenerate.
* config/fpu-sysv.h: Include <assert.h>.
From-SVN: r212307
Diffstat (limited to 'libgfortran/configure')
-rwxr-xr-x | libgfortran/configure | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libgfortran/configure b/libgfortran/configure index f123c48dba2..d6d26db8c3f 100755 --- a/libgfortran/configure +++ b/libgfortran/configure @@ -26100,6 +26100,22 @@ _ACEOF fi +# Check whether we have fpsetsticky or fpresetsticky +ac_fn_c_check_func "$LINENO" "fpsetsticky" "ac_cv_func_fpsetsticky" +if test "x$ac_cv_func_fpsetsticky" = x""yes; then : + have_fpsetsticky=yes +$as_echo "#define HAVE_FPSETSTICKY 1" >>confdefs.h + +fi + +ac_fn_c_check_func "$LINENO" "fpresetsticky" "ac_cv_func_fpresetsticky" +if test "x$ac_cv_func_fpresetsticky" = x""yes; then : + have_fpresetsticky=yes +$as_echo "#define HAVE_FPRESETSTICKY 1" >>confdefs.h + +fi + + # Check for AIX fp_trap and fp_enable ac_fn_c_check_func "$LINENO" "fp_trap" "ac_cv_func_fp_trap" if test "x$ac_cv_func_fp_trap" = x""yes; then : |