From 63d86d067a0e6591604e58371eac7218844360b5 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Mon, 4 Mar 2013 20:31:59 +0000 Subject: [PATCH] Actually comment out the cpuid asm! --- util/mk1mf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mk1mf.pl b/util/mk1mf.pl index f12f9ea3fa..ed65a057f0 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -879,7 +879,7 @@ if ($orig_platform eq 'copy') { $lib_obj{CRYPTO} .= fix_asm($mf_md5_asm, 'crypto/md5'); $lib_obj{CRYPTO} .= fix_asm($mf_bn_asm, 'crypto/bn'); # cpuid is included by the crypto dir - $lib_obj{CRYPTO} .= fix_asm($mf_cpuid_asm, 'crypto'); + #$lib_obj{CRYPTO} .= fix_asm($mf_cpuid_asm, 'crypto'); # AES asm files end up included by the aes dir itself #$lib_obj{CRYPTO} .= fix_asm($mf_aes_asm, 'crypto/aes'); $lib_obj{CRYPTO} .= fix_asm($mf_sha_asm, 'crypto/sha'); -- 2.34.1