diff options
author | Tim Bunce <Tim.Bunce@ig.co.uk> | 1997-09-05 00:00:00 +0000 |
---|---|---|
committer | Tim Bunce <Tim.Bunce@ig.co.uk> | 1997-09-05 00:00:00 +0000 |
commit | 86339dc941f30bdb8c9a6c69ee12a7e59479ec1a (patch) | |
tree | ba8b9d1d7ae59affd5866c4302259b3e1dd1c42b /hints | |
parent | b89a347803bd6d7cecc545287d3bb45ccb7816c3 (diff) | |
download | perl-86339dc941f30bdb8c9a6c69ee12a7e59479ec1a.tar.gz |
New hints file for IBM OS/390 OpenEdition (MVS)
(this is the same change as commit c13c896351005f8551466fa8cd5d7293b5332fa0, but as applied)
Diffstat (limited to 'hints')
-rw-r--r-- | hints/os390.sh | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/hints/os390.sh b/hints/os390.sh index e69de29bb2..fd590eaa4e 100644 --- a/hints/os390.sh +++ b/hints/os390.sh @@ -0,0 +1,33 @@ +# hints/os390.sh +# OS/390 OpenEdition Release 3 Mon Sep 22 1997 thanks to: +# +# John Pfuntner <pfuntner@vnet.ibm.com> +# Len Johnson <lenjay@ibm.net> +# Bud Huff <BAHUFF@us.oracle.com> +# Peter Prymmer <pvhp@forte.com> +# Andy Dougherty <doughera@lafcol.lafayette.edu> +# Tim Bunce <Tim.Bunce@ig.co.uk> +# +# as well as the authors of the aix.sh file +# + +cc='c89' +ccflags='-DMAXSIG=38 -DOEMVS -D_OE_SOCKETS -D_XOPEN_SOURCE_EXTENDED -D_ALL_SOURCE' +optimize='none' +alignbytes=8 +usemymalloc='y' +so='a' +dlext='none' +d_shmatprototype='define' +usenm='false' +i_time='define' +i_systime='define' +d_select='undef' + +# (from aix.sh) +# uname -m output is too specific and not appropriate here +# +case "$archname" in +'') archname="$osname" ;; +esac + |