deps: fix openssl assembly error on ia32 win32
authorFedor Indutny <fedor.indutny@gmail.com>
Wed, 8 Jan 2014 19:05:01 +0000 (23:05 +0400)
committerShigeki Ohtsu <ohtsu@iij.ad.jp>
Tue, 14 Apr 2015 15:37:24 +0000 (00:37 +0900)
commitd293a4f09668ff7dcd0e97cd44981d502d27a01a
treec093db9bb156b0837b527c1dfceccbb3bbfea878
parente4872d7405c60da50692e3c4cd5a9df2e96a5680
deps: fix openssl assembly error on ia32 win32

`x86masm.pl` was mistakenly using .486 instruction set, why `cpuid` (and
perhaps others) are requiring .686 .

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>
Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
deps/openssl/openssl/crypto/perlasm/x86masm.pl