comparison config.sub @ 654:6d56ce1261a7

*** empty log message ***
author Michael Meissner <gnu@the-meissners.org>
date Tue, 26 May 1992 21:14:15 +0000
parents f3531d3d57c9
children d5c90f190057
comparison
equal deleted inserted replaced
653:f3531d3d57c9 654:6d56ce1261a7
499 # Here we handle the default operating systems that come with various machines. 499 # Here we handle the default operating systems that come with various machines.
500 # The value should be what the vendor currently ships out the door with their 500 # The value should be what the vendor currently ships out the door with their
501 # machine or put another way, the most popular os provided with the machine. 501 # machine or put another way, the most popular os provided with the machine.
502 case $basic_machine in 502 case $basic_machine in
503 *-dec | vax-*) 503 *-dec | vax-*)
504 os=-ultrix42 504 os=-ultrix4.2
505 ;; 505 ;;
506 i386-sun) 506 i386-sun)
507 os=-sunos402 507 os=-sunos4.0.2
508 ;; 508 ;;
509 m68000-sun) 509 m68000-sun)
510 os=-sunos3 510 os=-sunos3
511 # This also exists in the configure program, but was not the 511 # This also exists in the configure program, but was not the
512 # default. 512 # default.
514 ;; 514 ;;
515 *-tti) # must be before sparc entry or we get the wrong os. 515 *-tti) # must be before sparc entry or we get the wrong os.
516 os=-sysv3 516 os=-sysv3
517 ;; 517 ;;
518 sparc-* | *-sun) 518 sparc-* | *-sun)
519 os=-sunos411 519 os=-sunos4.1.1
520 ;; 520 ;;
521 *-ibm) 521 *-ibm)
522 os=-aix 522 os=-aix
523 ;; 523 ;;
524 *-hp) 524 *-hp)