CVS: beepcore-c config.sub,1.1,1.2
Chris Hanson <[email protected]> Thu, 01 Aug 2002 19:09:33 -0700
| Newsgroups | gmane.network.beep.beepcore.c.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/beepcore-c/beepcore-c
In directory usw-pr-cvs1:/tmp/cvs-serv6987
Modified Files:
config.sub
Log Message:
Update config.{guess,sub} to recent versions.
Index: config.sub
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/config.sub,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** config.sub 28 Aug 2001 05:39:40 -0000 1.1
--- config.sub 2 Aug 2002 02:09:31 -0000 1.2
***************
*** 1,8 ****
#! /bin/sh
# Configuration validation subroutine script.
! # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
! # Free Software Foundation, Inc.
! timestamp='2001-06-08'
# This file is (in principle) common to ALL GNU software.
--- 1,8 ----
#! /bin/sh
# Configuration validation subroutine script.
! # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
! # 2000, 2001, 2002 Free Software Foundation, Inc.
! timestamp='2002-06-21'
# This file is (in principle) common to ALL GNU software.
***************
*** 30,34 ****
# the same distribution terms that you use for the rest of that program.
! # Please send patches to <[email protected]>.
#
# Configuration subroutine to validate and canonicalize a configuration type.
--- 30,35 ----
# the same distribution terms that you use for the rest of that program.
! # Please send patches to <[email protected]>. Submit a context
! # diff and a properly formatted ChangeLog entry.
#
# Configuration subroutine to validate and canonicalize a configuration type.
***************
*** 118,122 ****
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
case $maybe_os in
! nto-qnx* | linux-gnu* | storm-chaos* | os2-emx* | windows32-*)
os=-$maybe_os
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
--- 119,123 ----
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
case $maybe_os in
! nto-qnx* | linux-gnu* | storm-chaos* | os2-emx* | windows32-* | rtmk-nova*)
os=-$maybe_os
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
***************
*** 224,247 ****
# Recognize the basic CPU types without company name.
# Some are omitted here because they have special meanings below.
! tahoe | i860 | ia64 | m32r | m68k | m68000 | m88k | ns32k | arc \
! | arm | arme[lb] | arm[bl]e | armv[2345] | armv[345][lb] | strongarm | xscale \
! | pyramid | mn10200 | mn10300 | tron | a29k \
! | 580 | i960 | h8300 \
! | x86 | ppcbe | mipsbe | mipsle | shbe | shle \
! | hppa | hppa1.0 | hppa1.1 | hppa2.0 | hppa2.0w | hppa2.0n \
! | hppa64 \
! | alpha | alphaev[4-8] | alphaev56 | alphapca5[67] \
! | alphaev6[78] \
! | we32k | ns16k | clipper | i370 | sh | sh[34] \
! | powerpc | powerpcle \
! | 1750a | dsp16xx | pdp10 | pdp11 \
! | mips16 | mips64 | mipsel | mips64el \
! | mips64orion | mips64orionel | mipstx39 | mipstx39el \
! | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \
! | mips64vr5000 | mips64vr5000el | mcore | s390 | s390x \
! | sparc | sparclet | sparclite | sparc64 | sparcv9 | sparcv9b \
! | v850 | c4x \
! | thumb | d10v | d30v | fr30 | avr | openrisc | tic80 \
! | pj | pjl | h8500 | z8k)
basic_machine=$basic_machine-unknown
;;
--- 225,266 ----
# Recognize the basic CPU types without company name.
# Some are omitted here because they have special meanings below.
! 1750a | 580 \
! | a29k \
! | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
! | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
! | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
! | c4x | clipper \
! | d10v | d30v | dlx | dsp16xx \
! | fr30 | frv \
! | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
! | i370 | i860 | i960 | ia64 \
! | ip2k \
! | m32r | m68000 | m68k | m88k | mcore \
! | mips | mipsbe | mipseb | mipsel | mipsle \
! | mips16 \
! | mips64 | mips64el \
! | mips64orion | mips64orionel \
! | mips64vr4100 | mips64vr4100el \
! | mips64vr4300 | mips64vr4300el \
! | mips64vr5000 | mips64vr5000el \
! | mipsisa32 | mipsisa32el \
! | mipsisa64 | mipsisa64el \
! | mipsisa64sb1 | mipsisa64sb1el \
! | mipstx39 | mipstx39el \
! | mn10200 | mn10300 \
! | ns16k | ns32k \
! | openrisc | or32 \
! | pdp10 | pdp11 | pj | pjl \
! | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
! | pyramid \
! | sh | sh[1234] | sh3e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
! | sh64 | sh64le \
! | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \
! | strongarm \
! | tahoe | thumb | tic80 | tron \
! | v850 | v850e \
! | we32k \
! | x86 | xscale | xstormy16 | xtensa \
! | z8k)
basic_machine=$basic_machine-unknown
;;
***************
*** 266,294 ****
;;
# Recognize the basic CPU types with company name.
! # FIXME: clean up the formatting here.
! vax-* | tahoe-* | i*86-* | i860-* | ia64-* | m32r-* | m68k-* | m68000-* \
! | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | c[123]* \
! | arm-* | armbe-* | armle-* | armv*-* | strongarm-* | xscale-* \
! | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
! | power-* | none-* | 580-* | cray2-* | h8300-* | h8500-* | i960-* \
! | xmp-* | ymp-* \
! | x86-* | ppcbe-* | mipsbe-* | mipsle-* | shbe-* | shle-* \
! | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* | hppa2.0w-* \
! | hppa2.0n-* | hppa64-* \
! | alpha-* | alphaev[4-8]-* | alphaev56-* | alphapca5[67]-* \
! | alphaev6[78]-* \
! | we32k-* | cydra-* | ns16k-* | pn-* | np1-* | xps100-* \
! | clipper-* | orion-* \
! | sparclite-* | pdp10-* | pdp11-* | sh-* | sh[34]-* | sh[34]eb-* \
! | powerpc-* | powerpcle-* | sparc64-* | sparcv9-* | sparcv9b-* | sparc86x-* \
! | mips16-* | mips64-* | mipsel-* \
! | mips64el-* | mips64orion-* | mips64orionel-* \
! | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \
! | mipstx39-* | mipstx39el-* | mcore-* \
! | f30[01]-* | f700-* | s390-* | s390x-* | sv1-* | t3e-* \
! | [cjt]90-* \
! | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \
! | thumb-* | v850-* | d30v-* | tic30-* | tic80-* | c30-* | fr30-* \
! | bs2000-* | tic54x-* | c54x-* | x86_64-* | pj-* | pjl-*)
;;
# Recognize the various machine names and aliases which stand
--- 285,336 ----
;;
# Recognize the basic CPU types with company name.
! 580-* \
! | a29k-* \
! | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
! | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
! | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
! | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
! | avr-* \
! | bs2000-* \
! | c[123]* | c30-* | [cjt]90-* | c54x-* \
! | clipper-* | cydra-* \
! | d10v-* | d30v-* | dlx-* \
! | elxsi-* \
! | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
! | h8300-* | h8500-* \
! | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
! | i*86-* | i860-* | i960-* | ia64-* \
! | ip2k-* \
! | m32r-* \
! | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
! | m88110-* | m88k-* | mcore-* \
! | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
! | mips16-* \
! | mips64-* | mips64el-* \
! | mips64orion-* | mips64orionel-* \
! | mips64vr4100-* | mips64vr4100el-* \
! | mips64vr4300-* | mips64vr4300el-* \
! | mips64vr5000-* | mips64vr5000el-* \
! | mipsisa32-* | mipsisa32el-* \
! | mipsisa64-* | mipsisa64el-* \
! | mipsisa64sb1-* | mipsisa64sb1el-* \
! | mipstx39 | mipstx39el \
! | none-* | np1-* | ns16k-* | ns32k-* \
! | orion-* \
! | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
! | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
! | pyramid-* \
! | romp-* | rs6000-* \
! | sh-* | sh[1234]-* | sh3e-* | sh[34]eb-* | shbe-* \
! | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
! | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
! | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
! | tahoe-* | thumb-* | tic30-* | tic54x-* | tic80-* | tron-* \
! | v850-* | v850e-* | vax-* \
! | we32k-* \
! | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
! | xtensa-* \
! | ymp-* \
! | z8k-*)
;;
# Recognize the various machine names and aliases which stand
***************
*** 353,356 ****
--- 395,402 ----
os=-dynix
;;
+ c90)
+ basic_machine=c90-cray
+ os=-unicos
+ ;;
convex-c1)
basic_machine=c1-convex
***************
*** 373,386 ****
os=-bsd
;;
! cray | ymp)
! basic_machine=ymp-cray
! os=-unicos
! ;;
! cray2)
! basic_machine=cray2-cray
! os=-unicos
! ;;
! [cjt]90)
! basic_machine=${basic_machine}-cray
os=-unicos
;;
--- 419,424 ----
os=-bsd
;;
! cray | j90)
! basic_machine=j90-cray
os=-unicos
;;
***************
*** 397,400 ****
--- 435,446 ----
basic_machine=mips-dec
;;
+ decsystem10* | dec10*)
+ basic_machine=pdp10-dec
+ os=-tops10
+ ;;
+ decsystem20* | dec20*)
+ basic_machine=pdp10-dec
+ os=-tops20
+ ;;
delta | 3300 | motorola-3300 | motorola-delta \
| 3300-motorola | delta-motorola)
***************
*** 577,588 ****
os=-mint
;;
- mipsel*-linux*)
- basic_machine=mipsel-unknown
- os=-linux-gnu
- ;;
- mips*-linux*)
- basic_machine=mips-unknown
- os=-linux-gnu
- ;;
mips3*-*)
basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
--- 623,626 ----
***************
*** 599,602 ****
--- 637,644 ----
os=-coff
;;
+ morphos)
+ basic_machine=powerpc-unknown
+ os=-morphos
+ ;;
msdos)
basic_machine=i386-pc
***************
*** 678,681 ****
--- 720,727 ----
os=-proelf
;;
+ or32 | or32-*)
+ basic_machine=or32-unknown
+ os=-coff
+ ;;
OSE68000 | ose68000)
basic_machine=m68000-ericsson
***************
*** 703,707 ****
basic_machine=ns32k-pc532
;;
! pentium | p5 | k5 | k6 | nexgen)
basic_machine=i586-pc
;;
--- 749,753 ----
basic_machine=ns32k-pc532
;;
! pentium | p5 | k5 | k6 | nexgen | viac3)
basic_machine=i586-pc
;;
***************
*** 712,716 ****
basic_machine=i686-pc
;;
! pentium-* | p5-* | k5-* | k6-* | nexgen-*)
basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
--- 758,762 ----
basic_machine=i686-pc
;;
! pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
***************
*** 736,739 ****
--- 782,795 ----
basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
+ ppc64) basic_machine=powerpc64-unknown
+ ;;
+ ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
+ ;;
+ ppc64le | powerpc64little | ppc64-le | powerpc64-little)
+ basic_machine=powerpc64le-unknown
+ ;;
+ ppc64le-* | powerpc64little-*)
+ basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
+ ;;
ps2)
basic_machine=i386-ibm
***************
*** 753,756 ****
--- 809,818 ----
basic_machine=romp-ibm
;;
+ s390 | s390-*)
+ basic_machine=s390-ibm
+ ;;
+ s390x | s390x-*)
+ basic_machine=s390x-ibm
+ ;;
sa29200)
basic_machine=a29k-amd
***************
*** 764,768 ****
os=-hms
;;
! sparclite-wrs)
basic_machine=sparclite-wrs
os=-vxworks
--- 826,830 ----
os=-hms
;;
! sparclite-wrs | simso-wrs)
basic_machine=sparclite-wrs
os=-vxworks
***************
*** 822,826 ****
basic_machine=i386-sun
;;
! sv1)
basic_machine=sv1-cray
os=-unicos
--- 884,888 ----
basic_machine=i386-sun
;;
! sv1)
basic_machine=sv1-cray
os=-unicos
***************
*** 830,835 ****
os=-dynix
;;
t3e)
! basic_machine=t3e-cray
os=-unicos
;;
--- 892,905 ----
os=-dynix
;;
+ t3d)
+ basic_machine=alpha-cray
+ os=-unicos
+ ;;
t3e)
! basic_machine=alphaev5-cray
! os=-unicos
! ;;
! t90)
! basic_machine=t90-cray
os=-unicos
;;
***************
*** 844,847 ****
--- 914,921 ----
basic_machine=mipstx39el-unknown
;;
+ toad1)
+ basic_machine=pdp10-xkl
+ os=-tops20
+ ;;
tower | tower-32)
basic_machine=m68k-ncr
***************
*** 894,904 ****
os=-windows32-msvcrt
;;
- xmp)
- basic_machine=xmp-cray
- os=-unicos
- ;;
xps | xps100)
basic_machine=xps100-honeywell
;;
z8k-*-coff)
basic_machine=z8k-unknown
--- 968,978 ----
os=-windows32-msvcrt
;;
xps | xps100)
basic_machine=xps100-honeywell
;;
+ ymp)
+ basic_machine=ymp-cray
+ os=-unicos
+ ;;
z8k-*-coff)
basic_machine=z8k-unknown
***************
*** 921,931 ****
basic_machine=hppa1.1-oki
;;
- mips)
- if [ x$os = x-linux-gnu ]; then
- basic_machine=mips-unknown
- else
- basic_machine=mips-mips
- fi
- ;;
romp)
basic_machine=romp-ibm
--- 995,998 ----
***************
*** 947,953 ****
basic_machine=we32k-att
;;
! sh3 | sh4)
basic_machine=sh-unknown
;;
sparc | sparcv9 | sparcv9b)
basic_machine=sparc-sun
--- 1014,1023 ----
basic_machine=we32k-att
;;
! sh3 | sh4 | sh3eb | sh4eb | sh[1234]le | sh3ele)
basic_machine=sh-unknown
;;
+ sh64)
+ basic_machine=sh64-unknown
+ ;;
sparc | sparcv9 | sparcv9b)
basic_machine=sparc-sun
***************
*** 1036,1040 ****
| -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
! | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* | -os2*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
--- 1106,1112 ----
| -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
! | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
! | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
! | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* | -powermax*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
***************
*** 1088,1091 ****
--- 1160,1166 ----
os=-aos
;;
+ -atheos*)
+ os=-atheos
+ ;;
-386bsd)
os=-bsd
***************
*** 1094,1097 ****
--- 1169,1175 ----
os=-sysv
;;
+ -nova*)
+ os=-rtmk-nova
+ ;;
-ns2 )
os=-nextstep2
***************
*** 1168,1171 ****
--- 1246,1250 ----
os=-aout
;;
+ # This must come before the *-dec entry.
pdp10-*)
os=-tops20
***************
*** 1198,1201 ****
--- 1277,1283 ----
os=-elf
;;
+ or32-*)
+ os=-coff
+ ;;
*-tti) # must be before sparc entry or we get the wrong os.
os=-sysv3
***************
*** 1345,1349 ****
vendor=sequent
;;
! -vxsim* | -vxworks*)
vendor=wrs
;;
--- 1427,1431 ----
vendor=sequent
;;
! -vxsim* | -vxworks* | -windiss*)
vendor=wrs
;;
***************
*** 1359,1362 ****
--- 1441,1447 ----
-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
vendor=atari
+ ;;
+ -vos*)
+ vendor=stratus
;;
esac
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf