diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2006-07-11 01:55:33 +0300 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-07-10 20:14:34 +0000 |
commit | 4144573e140c0fda3fe88695f419b1b2e79edf2c (patch) | |
tree | cb201a777517457ce6423ee079a730a479304ebd /Makefile.SH | |
parent | 6c33fa5593f480e8133b2a1f864cef880768d3a2 (diff) | |
download | perl-4144573e140c0fda3fe88695f419b1b2e79edf2c.tar.gz |
z/OS: hints/os390.sh and Makefile.SH
Message-ID: <44B2B0B5.3000008@iki.fi>
p4raw-id: //depot/perl@28539
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 9230545a0b..099fed2caa 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -95,7 +95,7 @@ true) linklibperl="-L `pwd | sed 's/\/UU$//'` -Wl,+s -Wl,+b$archlibexp/CORE -lperl" ;; os390*) - shrpldflags='-W l,dll' + shrpldflags='-W l,XPLINK,dll' linklibperl='libperl.x' DPERL_EXTERNAL_GLOB='' ;; |