提交 5108690f 编写于 作者: B Ben Laurie

Preserve the C compiler.

上级 3c76bcde
......@@ -44,6 +44,7 @@ my %mf_import = (
INSTALLTOP => \$INSTALLTOP,
OPENSSLDIR => \$OPENSSLDIR,
PLATFORM => \$mf_platform,
CC => \$mf_cc,
CFLAG => \$mf_cflag,
DEPFLAG => \$mf_depflag,
CPUID_OBJ => \$mf_cpuid_asm,
......@@ -324,6 +325,7 @@ else
print STDERR "platform = $orig_platform\n";
$cflags = $mf_cflag if $orig_platform eq 'auto';
$cc = $mf_cc if $orig_platform eq 'auto';
$ex_libs="$l_flags$ex_libs" if ($l_flags ne "");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册