This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use auto-image-base on cygwin
authorLeon Timmermans <fawaka@gmail.com>
Sat, 6 Feb 2021 23:16:21 +0000 (00:16 +0100)
committerLeon Timmermans <fawaka@gmail.com>
Tue, 14 Jun 2022 17:41:17 +0000 (19:41 +0200)
Makefile.SH

index a661f28..e1455e1 100755 (executable)
@@ -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*)