From: Peter Prymmer Date: Fri, 5 Sep 1997 00:00:00 +0000 (+0000) Subject: New hints file for IBM OS/390 OpenEdition (MVS) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c13c896351005f8551466fa8cd5d7293b5332fa0;p=p5sagit%2Fp5-mst-13.2.git New hints file for IBM OS/390 OpenEdition (MVS) I'd like to thank the folks mentioned for their help. This file by itself does not do the build - but every little bit helps. Peter Prymmer p5p-msgid: 9709240106.AA26484@forte.com --- diff --git a/hints/os390.sh b/hints/os390.sh index e69de29..029eea2 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 +# Len Johnson +# Bud Huff +# Peter Prymmer +# Andy Dougherty +# Tim Bunce +# +# as well as the authors of the aix.sh file +# + +cc='c89' +ccflags='-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 +