comparison config.guess @ 9918:5a86de94adff

Support paragon as i860-intel-osf1. (From RMS.)
author Per Bothner <bothner@cygnus.com>
date Tue, 15 Nov 1994 00:05:02 +0000
parents 7542dbfaea18
children 990cbb066385
comparison
equal deleted inserted replaced
9917:9fdeb377f198 9918:5a86de94adff
304 fi 304 fi
305 exit 0 ;; 305 exit 0 ;;
306 Intel:Mach:3*:*) 306 Intel:Mach:3*:*)
307 echo i386-unknown-mach3 307 echo i386-unknown-mach3
308 exit 0 ;; 308 exit 0 ;;
309 paragon:*:*:*)
310 echo i860-intel-osf1
311 exit 0 ;;
309 i860:*:4.*:*) # i860-SVR4 312 i860:*:4.*:*) # i860-SVR4
310 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then 313 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
311 echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 314 echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
312 else # Add other i860-SVR4 vendors below as they are discovered. 315 else # Add other i860-SVR4 vendors below as they are discovered.
313 echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 316 echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4