提交 b8c59291 编写于 作者: A Andy Polyakov

config: detect linux-mips* targets.

上级 800a4a70
...@@ -359,6 +359,10 @@ ...@@ -359,6 +359,10 @@
Changes between 1.0.1 and 1.0.2 [xx XXX xxxx] Changes between 1.0.1 and 1.0.2 [xx XXX xxxx]
*) MIPS assembly pack updates: support for MIPS32r2 and SmartMIPS ASE,
platform support for Linux and Android.
[Andy Polyakov]
*) Call OCSP Stapling callback after ciphersuite has been chosen, so *) Call OCSP Stapling callback after ciphersuite has been chosen, so
the right response is stapled. Also change current certificate to the right response is stapled. Also change current certificate to
the certificate actually sent. the certificate actually sent.
......
...@@ -596,6 +596,16 @@ case "$GUESSOS" in ...@@ -596,6 +596,16 @@ case "$GUESSOS" in
OUT="linux-ppc" OUT="linux-ppc"
;; ;;
ppc-*-linux2) 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" ;; ppc60x-*-vxworks*) OUT="vxworks-ppc60x" ;;
ppcgen-*-vxworks*) OUT="vxworks-ppcgen" ;; ppcgen-*-vxworks*) OUT="vxworks-ppcgen" ;;
pentium-*-vxworks*) OUT="vxworks-pentium" ;; pentium-*-vxworks*) OUT="vxworks-pentium" ;;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册