summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorLeon Timmermans <fawaka@gmail.com>2021-02-07 00:16:21 +0100
committerLeon Timmermans <fawaka@gmail.com>2022-06-14 19:41:17 +0200
commit34e7352bb23c64795967cb3142a26807f11ea70b (patch)
tree265a8e7cb349f8b34852256ff089f096bd5e0f2d /Makefile.SH
parent9f4248c91978a6485a7856bc094d868d40054553 (diff)
downloadperl-34e7352bb23c64795967cb3142a26807f11ea70b.tar.gz
Use auto-image-base on cygwin
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index a661f288ff..e1455e1806 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -73,7 +73,7 @@ true)
esac
;;
cygwin*)
- shrpldflags="$shrpldflags -Wl,--out-implib=libperl.dll.a -Wl,--image-base,0x52000000"
+ shrpldflags="$shrpldflags -Wl,--out-implib=libperl.dll.a"
linklibperl="-L. -lperl"
;;
sunos*)