Fixed typo in generating shared library on x86_64.

This commit is contained in:
Zhang Xianyi
2013-07-16 23:18:18 +08:00
parent b51e2ba1ee
commit c69e73b868

View File

@@ -2684,7 +2684,7 @@ if ($ARGV[5] == 1) {
if ($ARGV[3] == 1){ @underscore_objs = (@underscore_objs, @exblasobjs); };
if ($ARGV[1] eq "X86_64"){ @underscore_objs = (@underscore_objs, @gemm3mobjs); };
if ($ARGV[1] eq "x86_64"){ @underscore_objs = (@underscore_objs, @gemm3mobjs); };
if ($ARGV[1] eq "x86"){ @underscore_objs = (@underscore_objs, @gemm3mobjs); };