comparison config.sub @ 8716:4d399ce17485

* config.sub: Cleanup NeXT support to emit nextstep*.
author Per Bothner <bothner@cygnus.com>
date Wed, 07 Sep 1994 01:15:22 +0000
parents bd28973c6fe8
children 8c82017999af
comparison
equal deleted inserted replaced
8715:b4cfdc266626 8716:4d399ce17485
62 -sun*os*) 62 -sun*os*)
63 # Prevent following clause from handling this invalid input. 63 # Prevent following clause from handling this invalid input.
64 ;; 64 ;;
65 -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ 65 -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
66 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ 66 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
67 -unicom* | -ibm* | -next* | -hp | -isi* | -apollo | -altos* | \ 67 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
68 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ 68 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
69 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 69 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
70 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp ) 70 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp )
71 os= 71 os=
72 basic_machine=$1 72 basic_machine=$1
342 ;; 342 ;;
343 news-3600 | risc-news) 343 news-3600 | risc-news)
344 basic_machine=mips-sony 344 basic_machine=mips-sony
345 os=-newsos 345 os=-newsos
346 ;; 346 ;;
347 next) 347 next | m*-next )
348 basic_machine=m68k-next 348 basic_machine=m68k-next
349 case $os in 349 case $os in
350 -nextstep* )
351 ;;
350 -ns2*) 352 -ns2*)
353 os=-nextstep2
351 ;; 354 ;;
352 *) 355 *)
353 os=-ns3 356 os=-nextstep3
354 ;; 357 ;;
355 esac 358 esac
356 ;; 359 ;;
357 nh3000) 360 nh3000)
358 basic_machine=m68k-harris 361 basic_machine=m68k-harris
554 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ 557 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
555 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ 558 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
556 | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ 559 | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
557 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ 560 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
558 | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ 561 | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
559 | -lynxos* | -bosx* | -ns* | -cxux* | -aout* | -elf*) 562 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf*)
560 ;; 563 ;;
561 -sunos5*) 564 -sunos5*)
562 os=`echo $os | sed -e 's|sunos5|solaris2|'` 565 os=`echo $os | sed -e 's|sunos5|solaris2|'`
563 ;; 566 ;;
564 -sunos6*) 567 -sunos6*)
684 ;; 687 ;;
685 i370-*) 688 i370-*)
686 os=-mvs 689 os=-mvs
687 ;; 690 ;;
688 *-next) 691 *-next)
689 os=-bsd 692 os=-nextstep3
690 ;; 693 ;;
691 i[34]86-*) 694 i[34]86-*)
692 os=-sco3.2v2 695 os=-sco3.2v2
693 ;; 696 ;;
694 *-gould) 697 *-gould)