Merge pull request #295268 from OPNA2608/ppc64/openssl
openssl: Add configureScript entry for powerpc64-linux
This commit is contained in:
commit
d01e121ad7
@ -86,6 +86,7 @@ let
|
||||
aarch64-darwin = "./Configure darwin64-arm64-cc";
|
||||
x86_64-linux = "./Configure linux-x86_64";
|
||||
x86_64-solaris = "./Configure solaris64-x86_64-gcc";
|
||||
powerpc64-linux = "./Configure linux-ppc64";
|
||||
riscv64-linux = "./Configure linux64-riscv64";
|
||||
}.${stdenv.hostPlatform.system} or (
|
||||
if stdenv.hostPlatform == stdenv.buildPlatform
|
||||
|
Loading…
Reference in New Issue
Block a user