summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorSteve Marquess <marquess@openssl.com>2017-04-25 08:15:14 -0400
committerDr. Stephen Henson <steve@openssl.org>2017-08-30 21:45:26 +0100
commitd11e6a4410d5aae70ad545d085d344644c33d9cc (patch)
tree1e7c69c527e803074dd34d0339aefb7b20d74049 /config
parente576b67e1a79a846d45b641b73ee378db212d763 (diff)
Add linux-mips32be target for new platformOpenSSL-fips-2_0_16OpenSSL-fips-2_0-stable
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3300) (cherry picked from commit d674242a884368083bf1044cc4e6e30d8f452a50)
Diffstat (limited to 'config')
-rwxr-xr-xconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/config b/config
index 7bfc12a211..65e5a9c794 100755
--- a/config
+++ b/config
@@ -555,6 +555,10 @@ case "$GUESSOS" in
#fi
OUT="irix-mips3-$CC"
;;
+ mips32be-*-linux2)
+ OUT=linux-mips32be
+ options="$options threads shared zlib-dynamic"
+ ;;
ppc-apple-rhapsody) OUT="rhapsody-ppc-cc" ;;
ppc-apple-darwin*)
ISA64=`(sysctl -n hw.optional.64bitops) 2>/dev/null`