|
|
cfb9ff |
diff -ru algol68g-3.3.23.orig/configure algol68g-3.3.23/configure
|
|
|
cfb9ff |
--- algol68g-3.3.23.orig/configure 2023-09-16 22:21:31.000000000 +0200
|
|
|
cfb9ff |
+++ algol68g-3.3.23/configure 2023-09-18 15:18:17.972370415 +0200
|
|
|
cfb9ff |
@@ -2889,6 +2889,20 @@
|
|
|
cfb9ff |
printf "%s\n" "linux" >&6; }
|
|
|
cfb9ff |
;;
|
|
|
cfb9ff |
#
|
|
|
cfb9ff |
+# Midipix.
|
|
|
cfb9ff |
+#
|
|
|
cfb9ff |
+*-*-midipix*)
|
|
|
cfb9ff |
+
|
|
|
cfb9ff |
+printf "%s\n" "#define BUILD_MIDIPIX 1" >>confdefs.h
|
|
|
cfb9ff |
+
|
|
|
cfb9ff |
+
|
|
|
cfb9ff |
+printf "%s\n" "#define HAVE_IEEE_754 1" >>confdefs.h
|
|
|
cfb9ff |
+
|
|
|
cfb9ff |
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: midipix" >&5
|
|
|
cfb9ff |
+printf "%s\n" "midipix" >&6; }
|
|
|
cfb9ff |
+ ;;
|
|
|
cfb9ff |
+
|
|
|
cfb9ff |
+#
|
|
|
cfb9ff |
# Cygwin.
|
|
|
cfb9ff |
#
|
|
|
cfb9ff |
*86-*-cygwin* | *86_64-*-cygwin*)
|
|
|
cfb9ff |
@@ -5001,43 +5015,6 @@
|
|
|
cfb9ff |
#
|
|
|
cfb9ff |
# Test on gcc capabilities.
|
|
|
cfb9ff |
#
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking __attribute__((aligned())) supported" >&5
|
|
|
cfb9ff |
-printf %s "checking __attribute__((aligned())) supported... " >&6; }
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-if test "$cross_compiling" = yes
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
|
cfb9ff |
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
|
cfb9ff |
-as_fn_error $? "cannot run test program while cross compiling
|
|
|
cfb9ff |
-See \`config.log' for more details" "$LINENO" 5; }
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
cfb9ff |
-/* end confdefs.h. */
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-int
|
|
|
cfb9ff |
-main (void)
|
|
|
cfb9ff |
-{
|
|
|
cfb9ff |
-typedef int aint __attribute__((aligned(8)));
|
|
|
cfb9ff |
- ;
|
|
|
cfb9ff |
- return 0;
|
|
|
cfb9ff |
-}
|
|
|
cfb9ff |
-_ACEOF
|
|
|
cfb9ff |
-if ac_fn_c_try_run "$LINENO"
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
cfb9ff |
-printf "%s\n" "yes" >&6; }
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
cfb9ff |
-printf "%s\n" "no" >&6; }
|
|
|
cfb9ff |
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
|
cfb9ff |
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
|
cfb9ff |
-as_fn_error $? "stop -- C compiler does not support __attribute__aligned directive
|
|
|
cfb9ff |
-See \`config.log' for more details" "$LINENO" 5; }
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
|
cfb9ff |
- conftest.$ac_objext conftest.beam conftest.$ac_ext
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
|
|
|
cfb9ff |
printf %s "checking for inline... " >&6; }
|
|
|
cfb9ff |
if test ${ac_cv_c_inline+y}
|
|
|
cfb9ff |
@@ -5552,49 +5529,6 @@
|
|
|
cfb9ff |
fi
|
|
|
cfb9ff |
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
|
|
|
cfb9ff |
|
|
|
cfb9ff |
-#
|
|
|
cfb9ff |
-# Test on glibc
|
|
|
cfb9ff |
-#
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking GNU C library" >&5
|
|
|
cfb9ff |
-printf %s "checking GNU C library... " >&6; }
|
|
|
cfb9ff |
-if test "$cross_compiling" = yes
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: assuming no" >&5
|
|
|
cfb9ff |
-printf "%s\n" "assuming no" >&6; }
|
|
|
cfb9ff |
- enable_generic=yes
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
cfb9ff |
-/* end confdefs.h. */
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-int
|
|
|
cfb9ff |
-main (void)
|
|
|
cfb9ff |
-{
|
|
|
cfb9ff |
-(void) gnu_get_libc_version();
|
|
|
cfb9ff |
- ;
|
|
|
cfb9ff |
- return 0;
|
|
|
cfb9ff |
-}
|
|
|
cfb9ff |
-_ACEOF
|
|
|
cfb9ff |
-if ac_fn_c_try_run "$LINENO"
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
cfb9ff |
-printf "%s\n" "yes" >&6; }
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-printf "%s\n" "#define HAVE_GNU_C_LIB 1" >>confdefs.h
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
cfb9ff |
-printf "%s\n" "no" >&6; }
|
|
|
cfb9ff |
- enable_generic=yes
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
|
cfb9ff |
- conftest.$ac_objext conftest.beam conftest.$ac_ext
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
|
|
|
cfb9ff |
#
|
|
|
cfb9ff |
# We know about the platform now.
|
|
|
cfb9ff |
@@ -5605,11 +5539,6 @@
|
|
|
cfb9ff |
enable_core=yes
|
|
|
cfb9ff |
fi
|
|
|
cfb9ff |
|
|
|
cfb9ff |
-if test "x$enable_generic" = "xyes"; then
|
|
|
cfb9ff |
- enable_standard_types=yes
|
|
|
cfb9ff |
- enable_long_types=no
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
if test "x$enable_core" = "xyes"; then
|
|
|
cfb9ff |
enable_compiler=no
|
|
|
cfb9ff |
enable_curl=no
|
|
|
cfb9ff |
@@ -6648,318 +6577,6 @@
|
|
|
cfb9ff |
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: optional headers and libraries..." >&5
|
|
|
cfb9ff |
printf "%s\n" "$as_me: optional headers and libraries..." >&6;}
|
|
|
cfb9ff |
|
|
|
cfb9ff |
-if test "x$enable_standard_types" = "xyes"; then
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking int is 32 bit" >&5
|
|
|
cfb9ff |
-printf %s "checking int is 32 bit... " >&6; }
|
|
|
cfb9ff |
- if test "$cross_compiling" = yes
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
|
cfb9ff |
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
|
cfb9ff |
-as_fn_error $? "cannot run test program while cross compiling
|
|
|
cfb9ff |
-See \`config.log' for more details" "$LINENO" 5; }
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
cfb9ff |
-/* end confdefs.h. */
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-int
|
|
|
cfb9ff |
-main (void)
|
|
|
cfb9ff |
-{
|
|
|
cfb9ff |
-return sizeof (int) != 4;
|
|
|
cfb9ff |
- ;
|
|
|
cfb9ff |
- return 0;
|
|
|
cfb9ff |
-}
|
|
|
cfb9ff |
-_ACEOF
|
|
|
cfb9ff |
-if ac_fn_c_try_run "$LINENO"
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
cfb9ff |
-printf "%s\n" "yes" >&6; }
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
cfb9ff |
-printf "%s\n" "no" >&6; }
|
|
|
cfb9ff |
- enable_long_types=no
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
|
cfb9ff |
- conftest.$ac_objext conftest.beam conftest.$ac_ext
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking unsigned is 32 bit" >&5
|
|
|
cfb9ff |
-printf %s "checking unsigned is 32 bit... " >&6; }
|
|
|
cfb9ff |
- if test "$cross_compiling" = yes
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
|
cfb9ff |
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
|
cfb9ff |
-as_fn_error $? "cannot run test program while cross compiling
|
|
|
cfb9ff |
-See \`config.log' for more details" "$LINENO" 5; }
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
cfb9ff |
-/* end confdefs.h. */
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-int
|
|
|
cfb9ff |
-main (void)
|
|
|
cfb9ff |
-{
|
|
|
cfb9ff |
-return sizeof (unsigned) != 4;
|
|
|
cfb9ff |
- ;
|
|
|
cfb9ff |
- return 0;
|
|
|
cfb9ff |
-}
|
|
|
cfb9ff |
-_ACEOF
|
|
|
cfb9ff |
-if ac_fn_c_try_run "$LINENO"
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
cfb9ff |
-printf "%s\n" "yes" >&6; }
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
cfb9ff |
-printf "%s\n" "no" >&6; }
|
|
|
cfb9ff |
- enable_long_types=no
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
|
cfb9ff |
- conftest.$ac_objext conftest.beam conftest.$ac_ext
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking uint64_t is 64 bit" >&5
|
|
|
cfb9ff |
-printf %s "checking uint64_t is 64 bit... " >&6; }
|
|
|
cfb9ff |
- if test "$cross_compiling" = yes
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
|
cfb9ff |
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
|
cfb9ff |
-as_fn_error $? "cannot run test program while cross compiling
|
|
|
cfb9ff |
-See \`config.log' for more details" "$LINENO" 5; }
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
cfb9ff |
-/* end confdefs.h. */
|
|
|
cfb9ff |
-#include <stdint.h>
|
|
|
cfb9ff |
-int
|
|
|
cfb9ff |
-main (void)
|
|
|
cfb9ff |
-{
|
|
|
cfb9ff |
-return sizeof (uint64_t) != 8;
|
|
|
cfb9ff |
- ;
|
|
|
cfb9ff |
- return 0;
|
|
|
cfb9ff |
-}
|
|
|
cfb9ff |
-_ACEOF
|
|
|
cfb9ff |
-if ac_fn_c_try_run "$LINENO"
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
cfb9ff |
-printf "%s\n" "yes" >&6; }
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
cfb9ff |
-printf "%s\n" "no" >&6; }
|
|
|
cfb9ff |
- enable_standard_types=no
|
|
|
cfb9ff |
- enable_long_types=no
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
|
cfb9ff |
- conftest.$ac_objext conftest.beam conftest.$ac_ext
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking double is 64 bit" >&5
|
|
|
cfb9ff |
-printf %s "checking double is 64 bit... " >&6; }
|
|
|
cfb9ff |
- if test "$cross_compiling" = yes
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
|
cfb9ff |
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
|
cfb9ff |
-as_fn_error $? "cannot run test program while cross compiling
|
|
|
cfb9ff |
-See \`config.log' for more details" "$LINENO" 5; }
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
cfb9ff |
-/* end confdefs.h. */
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-int
|
|
|
cfb9ff |
-main (void)
|
|
|
cfb9ff |
-{
|
|
|
cfb9ff |
-return sizeof (double) != 8;
|
|
|
cfb9ff |
- ;
|
|
|
cfb9ff |
- return 0;
|
|
|
cfb9ff |
-}
|
|
|
cfb9ff |
-_ACEOF
|
|
|
cfb9ff |
-if ac_fn_c_try_run "$LINENO"
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
cfb9ff |
-printf "%s\n" "yes" >&6; }
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
cfb9ff |
-printf "%s\n" "no" >&6; }
|
|
|
cfb9ff |
- enable_long_types=no
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
|
cfb9ff |
- conftest.$ac_objext conftest.beam conftest.$ac_ext
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking long double has 64-bit mantissa" >&5
|
|
|
cfb9ff |
-printf %s "checking long double has 64-bit mantissa... " >&6; }
|
|
|
cfb9ff |
- if test "$cross_compiling" = yes
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
|
cfb9ff |
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
|
cfb9ff |
-as_fn_error $? "cannot run test program while cross compiling
|
|
|
cfb9ff |
-See \`config.log' for more details" "$LINENO" 5; }
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
cfb9ff |
-/* end confdefs.h. */
|
|
|
cfb9ff |
-#include <float.h>
|
|
|
cfb9ff |
-int
|
|
|
cfb9ff |
-main (void)
|
|
|
cfb9ff |
-{
|
|
|
cfb9ff |
-return LDBL_MANT_DIG != 64;
|
|
|
cfb9ff |
- ;
|
|
|
cfb9ff |
- return 0;
|
|
|
cfb9ff |
-}
|
|
|
cfb9ff |
-_ACEOF
|
|
|
cfb9ff |
-if ac_fn_c_try_run "$LINENO"
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
cfb9ff |
-printf "%s\n" "yes" >&6; }
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-printf "%s\n" "#define HAVE_FLT80 1" >>confdefs.h
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
cfb9ff |
-printf "%s\n" "no" >&6; }
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
|
cfb9ff |
- conftest.$ac_objext conftest.beam conftest.$ac_ext
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-if test "x$enable_standard_types" = "xno"; then
|
|
|
cfb9ff |
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
|
cfb9ff |
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
|
cfb9ff |
-as_fn_error $? "stop -- unexpected lengths for int and/or double and/or uint64_t
|
|
|
cfb9ff |
-See \`config.log' for more details" "$LINENO" 5; }
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-if test "x$enable_long_types" = "xyes"; then
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking 64-bit long long int is available" >&5
|
|
|
cfb9ff |
-printf %s "checking 64-bit long long int is available... " >&6; }
|
|
|
cfb9ff |
- if test "$cross_compiling" = yes
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
|
cfb9ff |
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
|
cfb9ff |
-as_fn_error $? "cannot run test program while cross compiling
|
|
|
cfb9ff |
-See \`config.log' for more details" "$LINENO" 5; }
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
cfb9ff |
-/* end confdefs.h. */
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-int
|
|
|
cfb9ff |
-main (void)
|
|
|
cfb9ff |
-{
|
|
|
cfb9ff |
-return sizeof (long long) != 8;
|
|
|
cfb9ff |
- ;
|
|
|
cfb9ff |
- return 0;
|
|
|
cfb9ff |
-}
|
|
|
cfb9ff |
-_ACEOF
|
|
|
cfb9ff |
-if ac_fn_c_try_run "$LINENO"
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
cfb9ff |
-printf "%s\n" "yes" >&6; }
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
cfb9ff |
-printf "%s\n" "no" >&6; }
|
|
|
cfb9ff |
- enable_long_types=no
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
|
cfb9ff |
- conftest.$ac_objext conftest.beam conftest.$ac_ext
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking 64-bit long long unsigned is available" >&5
|
|
|
cfb9ff |
-printf %s "checking 64-bit long long unsigned is available... " >&6; }
|
|
|
cfb9ff |
- if test "$cross_compiling" = yes
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
|
cfb9ff |
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
|
cfb9ff |
-as_fn_error $? "cannot run test program while cross compiling
|
|
|
cfb9ff |
-See \`config.log' for more details" "$LINENO" 5; }
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
cfb9ff |
-/* end confdefs.h. */
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-int
|
|
|
cfb9ff |
-main (void)
|
|
|
cfb9ff |
-{
|
|
|
cfb9ff |
-return sizeof (long long unsigned) != 8;
|
|
|
cfb9ff |
- ;
|
|
|
cfb9ff |
- return 0;
|
|
|
cfb9ff |
-}
|
|
|
cfb9ff |
-_ACEOF
|
|
|
cfb9ff |
-if ac_fn_c_try_run "$LINENO"
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
cfb9ff |
-printf "%s\n" "yes" >&6; }
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
cfb9ff |
-printf "%s\n" "no" >&6; }
|
|
|
cfb9ff |
- enable_long_types=no
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
|
cfb9ff |
- conftest.$ac_objext conftest.beam conftest.$ac_ext
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking __float128 is available" >&5
|
|
|
cfb9ff |
-printf %s "checking __float128 is available... " >&6; }
|
|
|
cfb9ff |
- if test "$cross_compiling" = yes
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
|
cfb9ff |
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
|
cfb9ff |
-as_fn_error $? "cannot run test program while cross compiling
|
|
|
cfb9ff |
-See \`config.log' for more details" "$LINENO" 5; }
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
cfb9ff |
-/* end confdefs.h. */
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-int
|
|
|
cfb9ff |
-main (void)
|
|
|
cfb9ff |
-{
|
|
|
cfb9ff |
-return sizeof (__float128) != 16;
|
|
|
cfb9ff |
- ;
|
|
|
cfb9ff |
- return 0;
|
|
|
cfb9ff |
-}
|
|
|
cfb9ff |
-_ACEOF
|
|
|
cfb9ff |
-if ac_fn_c_try_run "$LINENO"
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
cfb9ff |
-printf "%s\n" "yes" >&6; }
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
cfb9ff |
-printf "%s\n" "no" >&6; }
|
|
|
cfb9ff |
- enable_long_types=no
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
|
cfb9ff |
- conftest.$ac_objext conftest.beam conftest.$ac_ext
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking __complex128 is available" >&5
|
|
|
cfb9ff |
-printf %s "checking __complex128 is available... " >&6; }
|
|
|
cfb9ff |
- if test "$cross_compiling" = yes
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
|
cfb9ff |
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
|
cfb9ff |
-as_fn_error $? "cannot run test program while cross compiling
|
|
|
cfb9ff |
-See \`config.log' for more details" "$LINENO" 5; }
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
cfb9ff |
-/* end confdefs.h. */
|
|
|
cfb9ff |
-typedef _Complex float __attribute__((mode(TC))) __complex128;
|
|
|
cfb9ff |
-int
|
|
|
cfb9ff |
-main (void)
|
|
|
cfb9ff |
-{
|
|
|
cfb9ff |
-return sizeof (__complex128) != 32;
|
|
|
cfb9ff |
- ;
|
|
|
cfb9ff |
- return 0;
|
|
|
cfb9ff |
-}
|
|
|
cfb9ff |
-_ACEOF
|
|
|
cfb9ff |
-if ac_fn_c_try_run "$LINENO"
|
|
|
cfb9ff |
-then :
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
cfb9ff |
-printf "%s\n" "yes" >&6; }
|
|
|
cfb9ff |
-else $as_nop
|
|
|
cfb9ff |
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
cfb9ff |
-printf "%s\n" "no" >&6; }
|
|
|
cfb9ff |
- enable_long_types=no
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
|
cfb9ff |
- conftest.$ac_objext conftest.beam conftest.$ac_ext
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
-
|
|
|
cfb9ff |
-fi
|
|
|
cfb9ff |
|
|
|
cfb9ff |
if test "x$enable_long_types" = "xyes"; then
|
|
|
cfb9ff |
if test "x$enable_quadmath" = "xyes"; then
|