diff options
Diffstat (limited to 'docs/README.VMS')
-rw-r--r-- | docs/README.VMS | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/README.VMS b/docs/README.VMS index c435727c04b..6b02909d5b2 100644 --- a/docs/README.VMS +++ b/docs/README.VMS @@ -26,7 +26,13 @@ On Alpha platforms at default a sharable images for the libraries are created. To get a static library make it by typing MMS/MACRO=(NOSHARE=1). On VAX platforms only static libraries can be build. - -You may want to compile Mesa to use IEEE floating point arithmetic, instead -of VAX floating point by specifying the /float=IEEE flag to the compiler. -For more information see https://bugs.freedesktop.org/show_bug.cgi?id=4270 +23-sep-2005 +changed default compilation to use /float=ieee/ieee=denorm. The reason for +this is that it makes Mesa on OpenVMS better compatible with other platforms +and other packages for VMS that I maintain. +For more information see + http://nchrem.tnw.tudelft.nl/openvms + https://bugs.freedesktop.org/show_bug.cgi?id=4270 +You may want to compile Mesa to use VAX-floating point arithmetic, instead +of IEEE floating point by removing the /float=IEEE/denorm flag from the +compiler options in the descrip.mms files. |