From: Bodo Möller Date: Fri, 9 Feb 2001 09:40:18 +0000 (+0000) Subject: fix editing error X-Git-Tag: OpenSSL_0_9_6a-beta1~48^2~12 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=93cd57a578fcc536a2cd050a89ec769607fc10bf;ds=sidebyside fix editing error --- diff --git a/config b/config index 8d924f8824..f2b92e3e4b 100755 --- a/config +++ b/config @@ -407,7 +407,7 @@ case "$GUESSOS" in options="$options -mips4" OUT="irix-mips3-$CC" ;; - alpha-*-linux2 + alpha-*-linux2) ISA=`awk '/cpu model/{print$4}' /proc/cpuinfo` case ${ISA:-generic} in *[67]) OUT="linux-alpha+bwx-$CC" ;;