Change 15986 by jhi@alpha on 2002/04/17 21:38:43
Neither UNICOS nor UNICOS/mk sport shared libraries.
("Crays have only REAL memory.")
Affected files ...
.... //depot/perl/hints/unicos.sh#20 edit
.... //depot/perl/hints/unicosmk.sh#13 edit
Differences ...
==== //depot/perl/hints/unicos.sh#20 (text) ====
Index: perl/hints/unicos.sh
--- perl/hints/unicos.sh.~1~ Wed Apr 17 15:45:05 2002
+++ perl/hints/unicos.sh Wed Apr 17 15:45:05 2002
@@ -33,6 +33,9 @@
# These exist but do not really work.
d_setregid='undef'
d_setreuid='undef'
+# No shared libraries.
+so='none'
+# Threads call-back unit.
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.
==== //depot/perl/hints/unicosmk.sh#13 (text) ====
Index: perl/hints/unicosmk.sh
--- perl/hints/unicosmk.sh.~1~ Wed Apr 17 15:45:05 2002
+++ perl/hints/unicosmk.sh Wed Apr 17 15:45:05 2002
@@ -30,6 +30,9 @@
fi
# Otherwise the unpack %65c checksums will fail.
pp_pack_cflags='optimize="-h scalar0 -h vector0"'
+# No shared libraries.
+so='none'
+# Threads call-back unit.
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.
End of Patch.