comparison configure.in @ 11999:f074fb9f8e83

(hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
author Karl Heuer <kwzh@gnu.org>
date Mon, 29 May 1995 20:02:00 +0000
parents 3c3f3bbe311f
children a9ada5749a17
comparison
equal deleted inserted replaced
11998:3c3f3bbe311f 11999:f074fb9f8e83
351 351
352 ## HP 9000 series 200 or 300 352 ## HP 9000 series 200 or 300
353 m68*-hp-bsd* ) 353 m68*-hp-bsd* )
354 machine=hp9000s300 opsys=bsd4-3 354 machine=hp9000s300 opsys=bsd4-3
355 ;; 355 ;;
356 ## HP/UX 7, 8 and 9 are supported on these machines. 356 ## HP/UX 7, 8, 9, and 10 are supported on these machines.
357 m68*-hp-hpux* ) 357 m68*-hp-hpux* )
358 case "`uname -r`" in 358 case "`uname -r`" in
359 ## Someone's system reports A.B8.05 for this. 359 ## Someone's system reports A.B8.05 for this.
360 ## I wonder what other possibilities there are. 360 ## I wonder what other possibilities there are.
361 *.B8.* ) machine=hp9000s300 opsys=hpux8 ;; 361 *.B8.* ) machine=hp9000s300 opsys=hpux8 ;;
362 *.08.* ) machine=hp9000s300 opsys=hpux8 ;; 362 *.08.* ) machine=hp9000s300 opsys=hpux8 ;;
363 *.09.* ) machine=hp9000s300 opsys=hpux9 ;; 363 *.09.* ) machine=hp9000s300 opsys=hpux9 ;;
364 *.10.* ) machine=hp9000s300 opsys=hpux9shr ;;
364 *) machine=hp9000s300 opsys=hpux ;; 365 *) machine=hp9000s300 opsys=hpux ;;
365 esac 366 esac
366 ;; 367 ;;
367 368
368 ## HP 9000 series 700 and 800, running HP/UX 369 ## HP 9000 series 700 and 800, running HP/UX
375 hppa*-hp-hpux9shr* ) 376 hppa*-hp-hpux9shr* )
376 machine=hp800 opsys=hpux9shr 377 machine=hp800 opsys=hpux9shr
377 ;; 378 ;;
378 hppa*-hp-hpux9* ) 379 hppa*-hp-hpux9* )
379 machine=hp800 opsys=hpux9 380 machine=hp800 opsys=hpux9
381 ;;
382 hppa*-hp-hpux10* )
383 machine=hp800 opsys=hpux9shr
380 ;; 384 ;;
381 385
382 ## HP 9000 series 700 and 800, running HP/UX 386 ## HP 9000 series 700 and 800, running HP/UX
383 hppa*-hp-hpux* ) 387 hppa*-hp-hpux* )
384 ## Cross-compilation? Nah! 388 ## Cross-compilation? Nah!