summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorHal Morris <hom00@utsglobal.com>2000-11-09 12:02:00 -0800
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-10 04:49:55 +0000
commit0ce8d35e78f58cbe6891311a47806fcb247d44d2 (patch)
treef5268ac127fab38112847e116506d16df8f87903 /hints
parent4d07995bade8a27afa546c73ae85beda06e6cb85 (diff)
downloadperl-0ce8d35e78f58cbe6891311a47806fcb247d44d2.tar.gz
Amdahl UTS hints updates.
Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6 Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com> p4raw-id: //depot/perl@7634
Diffstat (limited to 'hints')
-rw-r--r--hints/uts.sh22
1 files changed, 18 insertions, 4 deletions
diff --git a/hints/uts.sh b/hints/uts.sh
index 74698db2be..2bae4b0acf 100644
--- a/hints/uts.sh
+++ b/hints/uts.sh
@@ -1,4 +1,18 @@
-ccflags="$ccflags -DCRIPPLED_CC"
-d_lstat='define'
-usedl='undef'
-
+archname='s390'
+cc='cc -Xa'
+cccdlflags='-pic'
+d_bincompat3='undef'
+d_csh='undef'
+d_lstat='define'
+d_suidsafe='define'
+dlsrc='dl_dlopen.xs'
+ld='ld'
+lddlflags='-G -z text'
+libperl='libperl.so'
+libpth='/lib /usr/lib /usr/ccs/lib'
+libs='-lsocket -lnsl -ldl -lm'
+optimize='undef'
+prefix='psf_prefix'
+static_ext='none'
+dynamic_ext='Fcntl IO Opcode Socket'
+useshrplib='define'