diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2002-02-19 03:55:36 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-20 14:56:55 +0000 |
commit | aade5aff4d4ca48f8b8ad56cbcbd37531afa2401 (patch) | |
tree | e3741f6dc75f91375c767070b1e2b0d0324c771c /hints/os2.sh | |
parent | eade9b7139927966a87970564990ef3670609a0a (diff) | |
download | perl-aade5aff4d4ca48f8b8ad56cbcbd37531afa2401.tar.gz |
d_Gconvert hints and Glossary
Message-ID: <42qc8gzkgOFN092yn@efn.org>
p4raw-id: //depot/perl@14786
Diffstat (limited to 'hints/os2.sh')
-rw-r--r-- | hints/os2.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hints/os2.sh b/hints/os2.sh index 9c1355cba4..77085a89b4 100644 --- a/hints/os2.sh +++ b/hints/os2.sh @@ -111,6 +111,15 @@ i_dlfcn='define' # The default one uses exponential notation between 0.0001 and 0.1 d_Gconvert='gcvt_os2((x),(n),(b))' +cat > UU/uselongdouble.cbu <<'EOCBU' +# This script UU/uselongdouble.cbu will get 'called-back' by Configure +# after it has prompted the user for whether to use long doubles. +# If we will use them, let Configure choose us a Gconvert. +case "$uselongdouble:$d_longdbl:$d_sqrtl:$d_modfl" in +"$define:$define:$define:$define") d_Gconvert='' ;; +esac +EOCBU + # -Zomf build has a problem with _exit() *flushing*, so the test # gets confused: fflushNULL="define" |