Preserve the C compiler.

This commit is contained in:
Ben Laurie 2013-02-27 22:20:37 +00:00
parent 3c76bcded0
commit 5108690f19

View File

@ -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 "");