Preserve the C compiler.
This commit is contained in:
parent
3c76bcded0
commit
5108690f19
@ -44,6 +44,7 @@ my %mf_import = (
|
|||||||
INSTALLTOP => \$INSTALLTOP,
|
INSTALLTOP => \$INSTALLTOP,
|
||||||
OPENSSLDIR => \$OPENSSLDIR,
|
OPENSSLDIR => \$OPENSSLDIR,
|
||||||
PLATFORM => \$mf_platform,
|
PLATFORM => \$mf_platform,
|
||||||
|
CC => \$mf_cc,
|
||||||
CFLAG => \$mf_cflag,
|
CFLAG => \$mf_cflag,
|
||||||
DEPFLAG => \$mf_depflag,
|
DEPFLAG => \$mf_depflag,
|
||||||
CPUID_OBJ => \$mf_cpuid_asm,
|
CPUID_OBJ => \$mf_cpuid_asm,
|
||||||
@ -324,6 +325,7 @@ else
|
|||||||
|
|
||||||
print STDERR "platform = $orig_platform\n";
|
print STDERR "platform = $orig_platform\n";
|
||||||
$cflags = $mf_cflag if $orig_platform eq 'auto';
|
$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 "");
|
$ex_libs="$l_flags$ex_libs" if ($l_flags ne "");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user