comparison config.sub @ 16601:7361b2115a77 libc-961121

cleanups
author David J. MacKenzie <djm@gnu.org>
date Wed, 20 Nov 1996 21:28:32 +0000
parents 901db650f48e
children ce11cd8244f5
comparison
equal deleted inserted replaced
16600:4f9e6148ce6a 16601:7361b2115a77
175 | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* | power-* \ 175 | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* | power-* \
176 | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ 176 | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \
177 | hppa-* | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \ 177 | hppa-* | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \
178 | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ 178 | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \
179 | pdp11-* | sh-* | powerpc-* | powerpcle-* | sparc64-* | mips64-* | mipsel-* \ 179 | pdp11-* | sh-* | powerpc-* | powerpcle-* | sparc64-* | mips64-* | mipsel-* \
180 | mips64el-* | mips64orion-* | mips64orionel-*) 180 | mips64el-* | mips64orion-* | mips64orionel-* | f301-*)
181 ;; 181 ;;
182 # Recognize the various machine names and aliases which stand 182 # Recognize the various machine names and aliases which stand
183 # for a CPU type and a company and sometimes even an OS. 183 # for a CPU type and a company and sometimes even an OS.
184 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 184 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
185 basic_machine=m68000-att 185 basic_machine=m68000-att
575 ;; 575 ;;
576 vms) 576 vms)
577 basic_machine=vax-dec 577 basic_machine=vax-dec
578 os=-vms 578 os=-vms
579 ;; 579 ;;
580 vpp*|vx|vx-*)
581 basic_machine=f301-fujitsu
582 ;;
580 vxworks960) 583 vxworks960)
581 basic_machine=i960-wrs 584 basic_machine=i960-wrs
582 os=-vxworks 585 os=-vxworks
583 ;; 586 ;;
584 vxworks68) 587 vxworks68)
684 | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \ 687 | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \
685 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ 688 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
686 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ 689 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
687 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ 690 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
688 | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ 691 | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
689 | -linux-gnu*) 692 | -linux-gnu* | -uxpv*)
690 # Remember, each alternative MUST END IN *, to match a version number. 693 # Remember, each alternative MUST END IN *, to match a version number.
691 ;; 694 ;;
692 -linux*) 695 -linux*)
693 os=`echo $os | sed -e 's|linux|linux-gnu|'` 696 os=`echo $os | sed -e 's|linux|linux-gnu|'`
694 ;; 697 ;;
859 *-siemens) 862 *-siemens)
860 os=-sysv4 863 os=-sysv4
861 ;; 864 ;;
862 *-masscomp) 865 *-masscomp)
863 os=-rtu 866 os=-rtu
867 ;;
868 f301-fujitsu)
869 os=-uxpv
864 ;; 870 ;;
865 *) 871 *)
866 os=-none 872 os=-none
867 ;; 873 ;;
868 esac 874 esac