Tru64 hints fix from Spider Boardman; Tru64 hint for
Jarkko Hietaniemi [Tue, 29 Feb 2000 23:12:29 +0000 (23:12 +0000)]
d_Gconvert on long doubles to use sprintf %Lg.

p4raw-id: //depot/cfgperl@5377

hints/dec_osf.sh

index e5970ff..c149ae0 100644 (file)
@@ -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.
 #