shared_rcflag => "",
shared_extension => "",
- hashbangperl => "PERL", # Only Unix actually cares
+ #### Defaults for the benefit of the config targets who don't inherit
+ #### a BASE and assume Unixly defaults
+ #### THESE WILL DISAPPEAR IN OpenSSL 1.2
+ build_scheme => [ "unified", "unix" ],
+ build_file => "Makefile",
- build_scheme => [ "unified", "unix" ],
- build_file => "Makefile",
+ ar => "ar",
+ arflags => "r",
+ cc => "cc",
+ hashbangperl => "/usr/bin/env perl",
+ ranlib => sub { which("$config{cross_compile_prefix}ranlib") ?
+ "\$(CROSS_COMPILE)ranlib" : "true"; },
+ rc => "windres",
+
+ #### THESE WILL BE ENABLED IN OpenSSL 1.2
+ #hashbangperl => "PERL", # Only Unix actually cares
},
BASE_common => {