comparison config.sub @ 14210:e6659990d8f8

Default OS to nextstep if machine vendor is Next. -ns2 is an alias for -nextstep.
author Richard M. Stallman <rms@gnu.org>
date Wed, 17 Jan 1996 22:40:42 +0000
parents a340d3b95455
children 8cf630851594
comparison
equal deleted inserted replaced
14209:64e4cd5afcd8 14210:e6659990d8f8
674 os=-aos 674 os=-aos
675 ;; 675 ;;
676 -ctix* | -uts*) 676 -ctix* | -uts*)
677 os=-sysv 677 os=-sysv
678 ;; 678 ;;
679 -ns2 )
680 os=-nextstep2
681 ;;
679 # Preserve the version number of sinix5. 682 # Preserve the version number of sinix5.
680 -sinix5.*) 683 -sinix5.*)
681 os=`echo $os | sed -e 's|sinix|sysv|'` 684 os=`echo $os | sed -e 's|sinix|sysv|'`
682 ;; 685 ;;
683 -sinix*) 686 -sinix*)
780 m68k-ccur) 783 m68k-ccur)
781 os=-rtu 784 os=-rtu
782 ;; 785 ;;
783 m88k-omron*) 786 m88k-omron*)
784 os=-luna 787 os=-luna
788 ;;
789 *-next )
790 os=-nextstep
785 ;; 791 ;;
786 *-sequent) 792 *-sequent)
787 os=-ptx 793 os=-ptx
788 ;; 794 ;;
789 *-crds) 795 *-crds)