diff options
author | Peter Prymmer <PPrymmer@factset.com> | 1998-12-01 09:27:11 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-01 08:19:08 +0000 |
commit | 956f0479a4089b5220380593b27a28496a4a3e5f (patch) | |
tree | 2c14eb13e5e67ce241b80cce45eca72931b7acbe /hints | |
parent | b4be96abee3e02e46345da5f24904c7588e0cc2d (diff) | |
download | perl-956f0479a4089b5220380593b27a28496a4a3e5f.tar.gz |
dll linkage side decks for OS/390
To: perl5-porters@perl.org
Message-ID: <MLIST_9812010508.AA07791@forte.com>
p4raw-id: //depot/cfgperl@2423
Diffstat (limited to 'hints')
-rw-r--r-- | hints/os390.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hints/os390.sh b/hints/os390.sh index d7ade09315..08b60c878e 100644 --- a/hints/os390.sh +++ b/hints/os390.sh @@ -17,6 +17,8 @@ # To get ANSI C, we need to use c89, and ld doesn't exist cc='c89' ld='c89' +# To link via definition side decks we need the dll option +cccdlflags='-W 0,dll,"langlvl(extended)"' # c89 hides most of the useful header stuff, _ALL_SOURCE turns it on again, # YYDYNAMIC ensures that the OS/390 yacc generated parser is reentrant. # -DEBCDIC should come from Configure. |