node/deps
Shigeki Ohtsu a1c9ef3142 deps, build: add support older assembler
Asm files for OpenSSL depends on the version of assembler.
We provide two sets of asm files, one is asm_latest(avx2 and addx
supported) and the other asm_obsolute(without avx1/2 and addx)

The asm_latest needs the version of gas >= 2.23, llvm >= 3.3
or ml64 >= 12 as defined in
https://github.com/openssl/openssl/blob/OpenSSL_1_0_2-stable/crypto/sha/asm/sha512-x86_64.pl#L112-L129
, otherwise asm_obsolute are used.

We take MSVS_VERSION in gyp as a version check of assembler on
Windows because the path to ml64.exe was set after configure in
vcbuild.bat and executing ml64.exe was failed in configure.

Fixes: https://github.com/iojs/io.js/issues/589
PR-URL: https://github.com/iojs/io.js/pull/1389
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-04-15 00:38:57 +09:00
..
cares src,deps: replace LoadLibrary by LoadLibraryW 2015-01-07 23:38:28 +01:00
gtest deps: check in gtest, add util unit test 2015-04-01 22:35:56 +02:00
http_parser deps: roll back http_parser to 2.3.0 2015-01-28 16:56:44 +01:00
npm win,node-gyp: optionally allow node.exe/iojs.exe to be renamed 2015-04-10 14:24:36 -07:00
openssl deps, build: add support older assembler 2015-04-15 00:38:57 +09:00
uv linux: fix epoll_pwait() fallback on arm64 2015-04-07 16:30:09 +02:00
v8 deps: backport 1f8555 from v8's upstream 2015-04-11 21:06:40 +02:00
zlib deps: don't build minizip into zlib 2015-01-10 02:38:18 +01:00