summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-08-14 11:54:48 +0200
committerNicholas Clark <nick@ccl4.org>2012-08-17 16:35:30 +0200
commitcc3315ba158429a67e76ae0034535e9783abe8cf (patch)
treea7526bbd15bd4456e2fe54051204ce11af9ef45a /hints
parentd91f1bc9c333968f803a403e4aaf2bd8c7ff1fa3 (diff)
downloadperl-cc3315ba158429a67e76ae0034535e9783abe8cf.tar.gz
Remove the UTS port.
UTS was a mainframe version of System V created by Amdahl, subsequently sold to UTS Global. The port has not been touched since before 5.8.0, and UTS Global is now defunct.
Diffstat (limited to 'hints')
-rw-r--r--hints/uts.sh32
1 files changed, 0 insertions, 32 deletions
diff --git a/hints/uts.sh b/hints/uts.sh
deleted file mode 100644
index 2ac5221ca6..0000000000
--- a/hints/uts.sh
+++ /dev/null
@@ -1,32 +0,0 @@
-archname='s390'
-archobjs='uts/strtol_wrap.o uts/sprintf_wrap.o'
-cc='cc -Xa'
-ccflags='-XTSTRINGS=1500000 -DStrtol=strtol_wrap32 -DStrtoul=strtoul_wrap32 -DSPRINTF_E_BUG'
-cccdlflags='-pic'
-d_bincompat3='undef'
-d_csh='undef'
-d_lstat='define'
-d_suidsafe='define'
-dlsrc='dl_dlopen.xs'
-i_ieeefp='undef'
-ld='ld'
-lddlflags='-G -z text'
-libperl='libperl.so'
-libpth='/lib /usr/lib /usr/ccs/lib'
-libs='-lsocket -lnsl -ldl -lm'
-libswanted='m'
-prefix='/usr/local'
-toke_cflags='optimize=""'
-useshrplib='true'
-
-#################################
-# Some less routine stuff:
-#################################
-cc -g -Xa -c -pic -O uts/strtol_wrap.c -o uts/strtol_wrap.o
-cc -g -Xa -c -pic -O uts/sprintf_wrap.c -o uts/sprintf_wrap.o
-# Make POSIX a static extension.
-cat <<'EOSH' > config.over
-static_ext='POSIX B'
-dynamic_ext=`echo " $dynamic_ext " |
- sed -e 's/ POSIX / /' -e 's/ B / /'`
-EOSH