diff options
author | Todd Vierling <tv@duh.org> | 2005-01-21 14:36:31 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-01-21 15:26:10 +0000 |
commit | 0c52c6a9db5934c6cadc50a4a66634da7bea4268 (patch) | |
tree | 6c036a9286ff115e1571ab88a6f3c255be6b34ec /Makefile.SH | |
parent | 46fcf6af865510acbf782947f6b836299b8cc42d (diff) | |
download | perl-0c52c6a9db5934c6cadc50a4a66634da7bea4268.tar.gz |
[perl #33892] Add Interix support
From: Todd Vierling (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
(except the Configure chunk)
(and bump version numbers of modules)
p4raw-id: //depot/perl@23849
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index 859b328d6b..1844c39577 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -76,6 +76,10 @@ true) netbsd*|freebsd[234]*|openbsd*) linklibperl="-L. -lperl" ;; + interix*) + linklibperl="-L. -lperl" + shrpldflags="$shrpldflags -Wl,--image-base,0x57000000" + ;; aix*) shrpldflags="-H512 -T512 -bhalt:4 -bM:SRE -bE:perl.exp" case "$osvers" in |