From: Jarkko Hietaniemi Date: Tue, 29 Feb 2000 23:12:29 +0000 (+0000) Subject: Tru64 hints fix from Spider Boardman; Tru64 hint for X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f60a5d46aff4e1efa07a15a5fdcf06a277177016;p=p5sagit%2Fp5-mst-13.2.git Tru64 hints fix from Spider Boardman; Tru64 hint for d_Gconvert on long doubles to use sprintf %Lg. p4raw-id: //depot/cfgperl@5377 --- diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index e5970ff..c149ae07 100644 --- a/hints/dec_osf.sh +++ b/hints/dec_osf.sh @@ -204,7 +204,7 @@ esac # Fixed in V5.0A. case "`/usr/sbin/sizer -v`" in -*5.0[A-Z]*|*[6-9].[0-9]*) +*5.0[A-Z]*|*5.[1-9]*|*[6-9].[0-9]*) : ok ;; *) @@ -215,9 +215,9 @@ esac # The off_t is already 8 bytes, so we do have largefileness. +cat > UU/usethreads.cbu <<'EOCBU' # This script UU/usethreads.cbu will get 'called-back' by Configure # after it has prompted the user for whether to use threads. -cat > UU/usethreads.cbu <<'EOCBU' case "$usethreads" in $define|true|[yY]*) # Threads interfaces changed with V4.0. @@ -243,6 +243,14 @@ $define|true|[yY]*) esac EOCBU +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. +case "$uselongdouble" in +$define|true|[yY]*) d_Gconvert='sprintf((b),"%.*Lg",(n),(x))' ;; +esac +EOCBU + # # Unset temporary variables no more needed. #