Actually comment out the cpuid asm!
authorBen Laurie <ben@links.org>
Mon, 4 Mar 2013 20:31:59 +0000 (20:31 +0000)
committerBen Laurie <ben@links.org>
Mon, 4 Mar 2013 20:31:59 +0000 (20:31 +0000)
util/mk1mf.pl

index f12f9ea3fa5bd46ad9f6c56fd27196706171d9de..ed65a057f0fe3bc6bd445d727b2dd1f7eb38cac3 100755 (executable)
@@ -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_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');
        # 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');