From f99f41cf5cdca30e8c1559194e96017669f03861 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 7 Oct 2009 16:41:14 +0000 Subject: Allow cross compilation prefix to come from CROSS_COMPILE environment variable --- Configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Configure') diff --git a/Configure b/Configure index 5cac797..8d48869 100755 --- a/Configure +++ b/Configure @@ -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 =~ /.\/$/; -- cgit v1.1