summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2015-02-28 10:23:06 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2015-06-12 09:56:55 -0400
commit44521f3a1782026b7d25cc55af459c3e28cc9bdd (patch)
treea91ebe41a705b5562dee1eefde0e13aaf94a4c9b /configure.com
parent63545cd8b35d0a75c86800927564a9879ba1e0bf (diff)
downloadperl-44521f3a1782026b7d25cc55af459c3e28cc9bdd.tar.gz
infnan: Configure scan for infnan bytes
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.com b/configure.com
index bd05113edd..9600757523 100644
--- a/configure.com
+++ b/configure.com
@@ -3661,6 +3661,8 @@ $ IF link_status .NE. good_link
$ THEN
$ longdblsize="0"
$ longdblkind="0"
+$ longdblinfbytes="undef"
+$ longdblnanbytes="undef"
$ d_longdbl="undef"
$ echo "You do not have long double."
$ ELSE
@@ -3669,6 +3671,8 @@ $ echo4 "Checking to see how big your long doubles are..."
$ GOSUB just_mcr_it
$ longdblsize = tmp
$ longdblkind = "1"
+$ longdblinfbytes="0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x7f"
+$ longdblnanbytes="0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff"
$ d_longdbl = "define"
$ echo "Your long doubles are ''longdblsize' bytes long."
$ ENDIF
@@ -6472,6 +6476,8 @@ $ WC "dlext='" + dlext + "'"
$ WC "dlobj='" + dlobj + "'"
$ WC "dlsrc='dl_vms.xs'"
$ WC "doublekind='3'"
+$ WC "doubleinfbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x7f'"
+$ WC "doublenanbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x7f'"
$ WC "doublesize='" + doublesize + "'"
$ WC "drand01='" + drand01 + "'"
$ WC "dtrace='" + "'"
@@ -6648,6 +6654,8 @@ $ WC "libswanted='" + "'"
$ WC "libswanted_uselargefiles='" + "'"
$ WC "longdblsize='" + longdblsize + "'"
$ WC "longdblkind='" + longdblkind + "'"
+$ WC "longdblinfbytes='" + longdblinfbytes + "'"
+$ WC "longdblnanbytes='" + longdblnanbytes + "'"
$ WC "longlongsize='" + longlongsize + "'"
$ WC "longsize='" + longsize + "'"
$ IF uselargefiles .OR. uselargefiles .EQS. "define"