X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=config;h=f2b92e3e4b30911a314c9fb24095c62dbbcab767;hb=2afbd6fa08328c9de13bcd81776fe45ec3532b4c;hp=cdf0d0ce98f45c71da3cdf9d34a805260cc650ba;hpb=10a2975a278af3f3eb4eb8b20c8c2d53795a18a3;p=openssl.git diff --git a/config b/config index cdf0d0ce98..f2b92e3e4b 100755 --- a/config +++ b/config @@ -402,7 +402,7 @@ case "$GUESSOS" in mips4-sgi-irix64) echo "WARNING! If you wish to build 64-bit library, then you have to" echo " invoke './Configre irix64-mips4-$CC' *manually*." - echo " Type Ctrl-C if you don't want to continue." + echo " Type return if you want to continue, Ctrl-C to abort." read waste < /dev/tty options="$options -mips4" OUT="irix-mips3-$CC" @@ -447,7 +447,7 @@ EOF #till 64-bit glibc for SPARC is operational:-( #echo "WARNING! If you wish to build 64-bit library, then you have to" #echo " invoke './Configure linux64-sparcv9' *manually*." - #echo " Type Ctrl-C if you don't want to continue." + #echo " Type return if you want to continue, Ctrl-C to abort." #read waste < /dev/tty OUT="linux-sparcv9" ;; sparc-*-linux2) @@ -459,6 +459,7 @@ EOF *) OUT="linux-sparcv7" ;; esac ;; arm*-*-linux2) OUT="linux-elf-arm" ;; + s390-*-linux2) OUT="linux-s390" ;; *-*-linux2) OUT="linux-elf" ;; *-*-linux1) OUT="linux-aout" ;; sun4u*-*-solaris2) @@ -466,7 +467,7 @@ EOF if [ "$ISA64" != "" -a "$CC" = "cc" -a $CCVER -ge 50 ]; then echo "WARNING! If you wish to build 64-bit library, then you have to" echo " invoke './Configure solaris64-sparcv9-cc' *manually*." - echo " Type Ctrl-C if you don't want to continue." + echo " Type return if you want to continue, Ctrl-C to abort." read waste < /dev/tty fi OUT="solaris-sparcv9-$CC" ;;