Allow cross compilation prefix to come from CROSS_COMPILE environment variable
This commit is contained in:
parent
b34d449c42
commit
f99f41cf5c
1 changed files with 2 additions and 0 deletions
|
@ -1047,6 +1047,8 @@ $default_ranlib= &which("ranlib") or $default_ranlib="true";
|
|||
$perl=$ENV{'PERL'} or $perl=&which("perl5") or $perl=&which("perl")
|
||||
or $perl="perl";
|
||||
|
||||
$cross_compile_prefix=$ENV{'CROSS_COMPILE'};
|
||||
|
||||
chop $openssldir if $openssldir =~ /\/$/;
|
||||
chop $prefix if $prefix =~ /.\/$/;
|
||||
|
||||
|
|
Loading…
Reference in a new issue