comparison config.guess @ 13685:bfc0a609e15a libc-951206

* config.guess: Recognize HP model 816 machines as having a PA1.1 processor.
author Jeff Law <law@redhat.com>
date Mon, 04 Dec 1995 18:22:22 +0000
parents 7d9570072e6c
children a185c48f6b61
comparison
equal deleted inserted replaced
13684:0263e1d2888e 13685:bfc0a609e15a
217 exit 0 ;; 217 exit 0 ;;
218 9000/[3478]??:HP-UX:*:*) 218 9000/[3478]??:HP-UX:*:*)
219 case "${UNAME_MACHINE}" in 219 case "${UNAME_MACHINE}" in
220 9000/31? ) HP_ARCH=m68000 ;; 220 9000/31? ) HP_ARCH=m68000 ;;
221 9000/[34]?? ) HP_ARCH=m68k ;; 221 9000/[34]?? ) HP_ARCH=m68k ;;
222 9000/7?? | 9000/8?[79] ) HP_ARCH=hppa1.1 ;; 222 9000/7?? | 9000/8?[679] ) HP_ARCH=hppa1.1 ;;
223 9000/8?? ) HP_ARCH=hppa1.0 ;; 223 9000/8?? ) HP_ARCH=hppa1.0 ;;
224 esac 224 esac
225 HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` 225 HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
226 echo ${HP_ARCH}-hp-hpux${HPUX_REV} 226 echo ${HP_ARCH}-hp-hpux${HPUX_REV}
227 exit 0 ;; 227 exit 0 ;;