openssl: don't autodetect platform on armv6/7l
This commit is contained in:
parent
a8878f4aef
commit
d3ba32e117
@ -51,6 +51,8 @@ let
|
|||||||
configureScript = {
|
configureScript = {
|
||||||
"x86_64-darwin" = "./Configure darwin64-x86_64-cc";
|
"x86_64-darwin" = "./Configure darwin64-x86_64-cc";
|
||||||
"x86_64-solaris" = "./Configure solaris64-x86_64-gcc";
|
"x86_64-solaris" = "./Configure solaris64-x86_64-gcc";
|
||||||
|
"armv6l-linux" = "./Configure linux-armv4 -march=armv6";
|
||||||
|
"armv7l-linux" = "./Configure linux-armv4 -march=armv7-a";
|
||||||
}.${stdenv.hostPlatform.system} or (
|
}.${stdenv.hostPlatform.system} or (
|
||||||
if stdenv.hostPlatform == stdenv.buildPlatform
|
if stdenv.hostPlatform == stdenv.buildPlatform
|
||||||
then "./config"
|
then "./config"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user