X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=config;h=8eec5c1e11c530f7a934bab25673f5520268d8d5;hb=0cc1115643e690c0c18eb709d34910bc2e980bd8;hp=8e7e39afcab52025fc6d926532f43f01ca4f588e;hpb=815c83f70aadf7d1526c70cdc8cdec574fa93a9e;p=openssl.git diff --git a/config b/config index 8e7e39afca..8eec5c1e11 100755 --- a/config +++ b/config @@ -442,7 +442,7 @@ EOF #read waste < /dev/tty OUT="linux-sparcv9" ;; sparc-*-linux2) - KARCH=`awk '/type/{print$3}' /proc/cpuinfo` + KARCH=`awk '/^type/{print$3}' /proc/cpuinfo` case ${KARCH:-sun4} in sun4u*) OUT="linux-sparcv9" ;; sun4m) OUT="linux-sparcv8" ;;