X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Configurations%2Funix-Makefile.tmpl;h=43b1f03a2b493acc01d85ea106e8f5411f3ee83d;hp=a514833953f9a0a8c12d8d9068448c62d3d31f69;hb=b903fb604a9759a54f02e3675fcec2a0e571e3c0;hpb=a93ccf91588163528d475bf9714f24e6e765172a diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index a514833953..43b1f03a2b 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -1053,7 +1053,7 @@ EOF return <<"EOF"; $bin$exeext: $objs $deps rm -f $bin$exeext - $cmd $cmdflags \$(LDFLAGS) \$(BIN_LDFLAGS) -o $bin$exeext $objs \\ + \$\${LDCMD:-$cmd} $cmdflags \$(LDFLAGS) \$(BIN_LDFLAGS) -o $bin$exeext $objs \\ \$(PLIB_LDFLAGS) $linklibs \$(EX_LIBS) EOF }