Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/config/Makefile')
-rw-r--r--deps/openssl/config/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/openssl/config/Makefile b/deps/openssl/config/Makefile
index 02f926e7362..91339a9e5a2 100644
--- a/deps/openssl/config/Makefile
+++ b/deps/openssl/config/Makefile
@@ -4,7 +4,8 @@ COPT = no-shared no-symlinks
ARCHS = BSD-x86 BSD-x86_64 VC-WIN32 VC-WIN64A darwin64-x86_64-cc \
darwin-i386-cc linux-aarch64 linux-armv4 linux-elf linux-x32 \
-linux-x86_64 solaris-x86-gcc solaris64-x86_64-gcc
+linux-x86_64 linux-ppc linux-ppc64 solaris-x86-gcc \
+solaris64-x86_64-gcc
CFG = opensslconf.h
SRC_CFG = ../openssl/crypto/$(CFG)