Allow cross compilation prefix to come from CROSS_COMPILE environment variable
This commit is contained in:
parent
b34d449c42
commit
f99f41cf5c
@ -1047,6 +1047,8 @@ $default_ranlib= &which("ranlib") or $default_ranlib="true";
|
|||||||
$perl=$ENV{'PERL'} or $perl=&which("perl5") or $perl=&which("perl")
|
$perl=$ENV{'PERL'} or $perl=&which("perl5") or $perl=&which("perl")
|
||||||
or $perl="perl";
|
or $perl="perl";
|
||||||
|
|
||||||
|
$cross_compile_prefix=$ENV{'CROSS_COMPILE'};
|
||||||
|
|
||||||
chop $openssldir if $openssldir =~ /\/$/;
|
chop $openssldir if $openssldir =~ /\/$/;
|
||||||
chop $prefix if $prefix =~ /.\/$/;
|
chop $prefix if $prefix =~ /.\/$/;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user