>>> Also from win32's asm build, all of the script invocations forgot to
>>> include the nasm/masm(ml64) command line arg...
>> What does it mean exactly?
> 
> I'll get you a patch shortly, but in short, it meant that do_amd64
> was emitting an ntdll.mak line to invoke sha1-x86_64.pl but didn't
> add the nasm or masm arg.

And it shouldn't have. The assembler is passed not by argument, but by
environment variable, 'set ASM=$(ASM)' in perl->asm rules.

> Should, but didn't, I'll work on the patch,

Let's figure out why exactly it didn't work first.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to