summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-09-19 20:59:18 +0000
committerAndy Polyakov <appro@openssl.org>2012-09-19 20:59:18 +0000
commit988037fe180052ea2f62cb8d0136c5443608ecc7 (patch)
tree283be0936431e2c3d3881caaa5157d261675e095 /config
parent9a7f80c8695697d596387d0b803de9656c86b3bb (diff)
MIPS assembly pack: jumbo update from HEAD.
Diffstat (limited to 'config')
-rwxr-xr-xconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/config b/config
index 88b9bc69da..b7344d18e5 100755
--- a/config
+++ b/config
@@ -596,6 +596,16 @@ case "$GUESSOS" in
OUT="linux-ppc"
;;
ppc-*-linux2) OUT="linux-ppc" ;;
+ mips64*-*-linux2)
+ echo "WARNING! If you wish to build 64-bit library, then you have to"
+ echo " invoke './Configure linux64-mips64' *manually*."
+ if [ "$TEST" = "false" -a -t 1 ]; then
+ echo " You have about 5 seconds to press Ctrl-C to abort."
+ (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
+ fi
+ OUT="linux-mips64"
+ ;;
+ mips*-*-linux2) OUT="linux-mips32" ;;
ppc60x-*-vxworks*) OUT="vxworks-ppc60x" ;;
ppcgen-*-vxworks*) OUT="vxworks-ppcgen" ;;
pentium-*-vxworks*) OUT="vxworks-pentium" ;;