In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/10a51195f4a059336d372c2e632f5556281f3806?hp=127a7155e792d480c35e856b70f4e4378fc91f49>
- Log ----------------------------------------------------------------- commit 10a51195f4a059336d372c2e632f5556281f3806 Author: Sisyphus <[email protected]> Date: Sat Jan 24 00:38:10 2015 +0000 [perl #123659] [Win32] Add "-ld" to archname for dmake "long double" builds of perl ----------------------------------------------------------------------- Summary of changes: win32/makefile.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/win32/makefile.mk b/win32/makefile.mk index f112ac1..5ca5caa 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -389,6 +389,10 @@ ARCHNAME !:= $(ARCHNAME)-64int .ENDIF .ENDIF +.IF "$(USE_LONG_DOUBLE)" == "define" +ARCHNAME !:= $(ARCHNAME)-ld +.ENDIF + ARCHDIR = ..\lib\$(ARCHNAME) COREDIR = ..\lib\CORE AUTODIR = ..\lib\auto -- Perl5 Master Repository
