comparison config.sub @ 9990:6a72b1f71ee4

Accept -domain as OS, and make it default for Apollo.
author Richard M. Stallman <rms@gnu.org>
date Thu, 17 Nov 1994 15:16:50 +0000
parents 5cc36be39154
children 9108e45601ba
comparison
equal deleted inserted replaced
9989:7f9ff47c2c9e 9990:6a72b1f71ee4
585 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ 585 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
586 | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ 586 | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
587 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ 587 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
588 | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ 588 | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
589 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ 589 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
590 | -ptx* | -coff* | -winnt*) 590 | -ptx* | -coff* | -winnt* | -domain* )
591 ;; 591 ;;
592 -sunos5*) 592 -sunos5*)
593 os=`echo $os | sed -e 's|sunos5|solaris2|'` 593 os=`echo $os | sed -e 's|sunos5|solaris2|'`
594 ;; 594 ;;
595 -sunos6*) 595 -sunos6*)
662 pdp11-*) 662 pdp11-*)
663 os=-none 663 os=-none
664 ;; 664 ;;
665 *-dec | vax-*) 665 *-dec | vax-*)
666 os=-ultrix4.2 666 os=-ultrix4.2
667 ;;
668 m68*-apollo)
669 os=-domain
667 ;; 670 ;;
668 i386-sun) 671 i386-sun)
669 os=-sunos4.0.2 672 os=-sunos4.0.2
670 ;; 673 ;;
671 m68000-sun) 674 m68000-sun)