From: Jarkko Hietaniemi Date: Wed, 17 Apr 2002 21:38:43 +0000 (+0000) Subject: Neither UNICOS nor UNICOS/mk sport shared libraries. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bc2e71b549ccc3092c60f13de23214acd93eb784;p=p5sagit%2Fp5-mst-13.2.git Neither UNICOS nor UNICOS/mk sport shared libraries. ("Crays have only REAL memory.") p4raw-id: //depot/perl@15986 --- diff --git a/hints/unicos.sh b/hints/unicos.sh index 7f814a2..8648dce 100644 --- a/hints/unicos.sh +++ b/hints/unicos.sh @@ -33,6 +33,9 @@ d_setitimer='undef' # 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. diff --git a/hints/unicosmk.sh b/hints/unicosmk.sh index b0fa528..6045fcf 100644 --- a/hints/unicosmk.sh +++ b/hints/unicosmk.sh @@ -30,6 +30,9 @@ if test "$d_shm" = ""; then 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.