summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-03-04 20:31:59 +0000
committerBen Laurie <ben@links.org>2013-03-04 20:31:59 +0000
commit63d86d067a0e6591604e58371eac7218844360b5 (patch)
tree472571a8a69bef030490b11102ee1b70d7e16a5f /util
parent35ced1f705d65d6637a674f2726bccf69aeb574f (diff)
Actually comment out the cpuid asm!
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl2
1 files changed, 1 insertions, 1 deletions
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');