masqmail-0.2

diff config.sub @ 1:af25f5c39d90

added diff from debian (masqmail-0.2.21-4)
author meillo@marmaro.de
date Fri, 26 Sep 2008 20:56:23 +0200
parents 08114f7dcc23
children
line diff
     1.1 --- a/config.sub	Fri Sep 26 17:05:23 2008 +0200
     1.2 +++ b/config.sub	Fri Sep 26 20:56:23 2008 +0200
     1.3 @@ -1,9 +1,10 @@
     1.4  #! /bin/sh
     1.5  # Configuration validation subroutine script.
     1.6  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
     1.7 -#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
     1.8 +#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
     1.9 +#   Inc.
    1.10  
    1.11 -timestamp='2005-07-08'
    1.12 +timestamp='2007-06-28'
    1.13  
    1.14  # This file is (in principle) common to ALL GNU software.
    1.15  # The presence of a machine in this file suggests that SOME GNU software
    1.16 @@ -119,8 +120,9 @@
    1.17  # Here we must recognize all the valid KERNEL-OS combinations.
    1.18  maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
    1.19  case $maybe_os in
    1.20 -  nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \
    1.21 -  kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
    1.22 +  nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
    1.23 +  uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
    1.24 +  storm-chaos* | os2-emx* | rtmk-nova*)
    1.25      os=-$maybe_os
    1.26      basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
    1.27      ;;
    1.28 @@ -171,6 +173,10 @@
    1.29  	-hiux*)
    1.30  		os=-hiuxwe2
    1.31  		;;
    1.32 +	-sco6)
    1.33 +		os=-sco5v6
    1.34 +		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
    1.35 +		;;
    1.36  	-sco5)
    1.37  		os=-sco3.2v5
    1.38  		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
    1.39 @@ -187,6 +193,10 @@
    1.40  		# Don't forget version if it is 3.2v4 or newer.
    1.41  		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
    1.42  		;;
    1.43 +	-sco5v6*)
    1.44 +		# Don't forget version if it is 3.2v4 or newer.
    1.45 +		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
    1.46 +		;;
    1.47  	-sco*)
    1.48  		os=-sco3.2v2
    1.49  		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
    1.50 @@ -231,15 +241,16 @@
    1.51  	| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
    1.52  	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
    1.53  	| am33_2.0 \
    1.54 -	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
    1.55 +	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
    1.56  	| bfin \
    1.57  	| c4x | clipper \
    1.58  	| d10v | d30v | dlx | dsp16xx \
    1.59 -	| fr30 | frv \
    1.60 +	| fido | fr30 | frv \
    1.61  	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
    1.62  	| i370 | i860 | i960 | ia64 \
    1.63  	| ip2k | iq2000 \
    1.64 -	| m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \
    1.65 +	| m32c | m32r | m32rle | m68000 | m68k | m88k \
    1.66 +	| maxq | mb | microblaze | mcore | mep \
    1.67  	| mips | mipsbe | mipseb | mipsel | mipsle \
    1.68  	| mips16 \
    1.69  	| mips64 | mips64el \
    1.70 @@ -257,28 +268,27 @@
    1.71  	| mipsisa64sr71k | mipsisa64sr71kel \
    1.72  	| mipstx39 | mipstx39el \
    1.73  	| mn10200 | mn10300 \
    1.74 -	| ms1 \
    1.75 +	| mt \
    1.76  	| msp430 \
    1.77 +	| nios | nios2 \
    1.78  	| ns16k | ns32k \
    1.79  	| or32 \
    1.80  	| pdp10 | pdp11 | pj | pjl \
    1.81  	| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
    1.82  	| pyramid \
    1.83 -	| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
    1.84 +	| score \
    1.85 +	| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
    1.86  	| sh64 | sh64le \
    1.87 -	| sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \
    1.88 -	| sparcv8 | sparcv9 | sparcv9b \
    1.89 -	| strongarm \
    1.90 +	| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
    1.91 +	| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
    1.92 +	| spu | strongarm \
    1.93  	| tahoe | thumb | tic4x | tic80 | tron \
    1.94  	| v850 | v850e \
    1.95  	| we32k \
    1.96 -	| x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
    1.97 +	| x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
    1.98  	| z8k)
    1.99  		basic_machine=$basic_machine-unknown
   1.100  		;;
   1.101 -	m32c)
   1.102 -		basic_machine=$basic_machine-unknown
   1.103 -		;;
   1.104  	m6811 | m68hc11 | m6812 | m68hc12)
   1.105  		# Motorola 68HC11/12.
   1.106  		basic_machine=$basic_machine-unknown
   1.107 @@ -286,6 +296,9 @@
   1.108  		;;
   1.109  	m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
   1.110  		;;
   1.111 +	ms1)
   1.112 +		basic_machine=mt-unknown
   1.113 +		;;
   1.114  
   1.115  	# We use `pc' rather than `unknown'
   1.116  	# because (1) that's what they normally are, and
   1.117 @@ -305,18 +318,18 @@
   1.118  	| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
   1.119  	| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
   1.120  	| arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
   1.121 -	| avr-* \
   1.122 +	| avr-* | avr32-* \
   1.123  	| bfin-* | bs2000-* \
   1.124  	| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
   1.125  	| clipper-* | craynv-* | cydra-* \
   1.126  	| d10v-* | d30v-* | dlx-* \
   1.127  	| elxsi-* \
   1.128 -	| f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
   1.129 +	| f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
   1.130  	| h8300-* | h8500-* \
   1.131  	| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
   1.132  	| i*86-* | i860-* | i960-* | ia64-* \
   1.133  	| ip2k-* | iq2000-* \
   1.134 -	| m32r-* | m32rle-* \
   1.135 +	| m32c-* | m32r-* | m32rle-* \
   1.136  	| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
   1.137  	| m88110-* | m88k-* | maxq-* | mcore-* \
   1.138  	| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
   1.139 @@ -336,31 +349,30 @@
   1.140  	| mipsisa64sr71k-* | mipsisa64sr71kel-* \
   1.141  	| mipstx39-* | mipstx39el-* \
   1.142  	| mmix-* \
   1.143 -	| ms1-* \
   1.144 +	| mt-* \
   1.145  	| msp430-* \
   1.146 +	| nios-* | nios2-* \
   1.147  	| none-* | np1-* | ns16k-* | ns32k-* \
   1.148  	| orion-* \
   1.149  	| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
   1.150  	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
   1.151  	| pyramid-* \
   1.152  	| romp-* | rs6000-* \
   1.153 -	| sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \
   1.154 +	| sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
   1.155  	| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
   1.156 -	| sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \
   1.157 +	| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
   1.158  	| sparclite-* \
   1.159 -	| sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
   1.160 +	| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
   1.161  	| tahoe-* | thumb-* \
   1.162  	| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
   1.163  	| tron-* \
   1.164  	| v850-* | v850e-* | vax-* \
   1.165  	| we32k-* \
   1.166 -	| x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
   1.167 +	| x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
   1.168  	| xstormy16-* | xtensa-* \
   1.169  	| ymp-* \
   1.170  	| z8k-*)
   1.171  		;;
   1.172 -	m32c-*)
   1.173 -		;;
   1.174  	# Recognize the various machine names and aliases which stand
   1.175  	# for a CPU type and a company and sometimes even an OS.
   1.176  	386bsd)
   1.177 @@ -463,8 +475,8 @@
   1.178  		basic_machine=craynv-cray
   1.179  		os=-unicosmp
   1.180  		;;
   1.181 -	cr16c)
   1.182 -		basic_machine=cr16c-unknown
   1.183 +	cr16)
   1.184 +		basic_machine=cr16-unknown
   1.185  		os=-elf
   1.186  		;;
   1.187  	crds | unos)
   1.188 @@ -671,6 +683,10 @@
   1.189  		basic_machine=i386-pc
   1.190  		os=-mingw32
   1.191  		;;
   1.192 +	mingw32ce)
   1.193 +		basic_machine=arm-unknown
   1.194 +		os=-mingw32ce
   1.195 +		;;
   1.196  	miniframe)
   1.197  		basic_machine=m68000-convergent
   1.198  		;;
   1.199 @@ -696,6 +712,9 @@
   1.200  		basic_machine=i386-pc
   1.201  		os=-msdos
   1.202  		;;
   1.203 +	ms1-*)
   1.204 +		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
   1.205 +		;;
   1.206  	mvs)
   1.207  		basic_machine=i370-ibm
   1.208  		os=-mvs
   1.209 @@ -803,6 +822,12 @@
   1.210  	pc532 | pc532-*)
   1.211  		basic_machine=ns32k-pc532
   1.212  		;;
   1.213 +	pc98)
   1.214 +		basic_machine=i386-pc
   1.215 +		;;
   1.216 +	pc98-*)
   1.217 +		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
   1.218 +		;;
   1.219  	pentium | p5 | k5 | k6 | nexgen | viac3)
   1.220  		basic_machine=i586-pc
   1.221  		;;
   1.222 @@ -859,6 +884,10 @@
   1.223  		basic_machine=i586-unknown
   1.224  		os=-pw32
   1.225  		;;
   1.226 +	rdos)
   1.227 +		basic_machine=i386-pc
   1.228 +		os=-rdos
   1.229 +		;;
   1.230  	rom68k)
   1.231  		basic_machine=m68k-rom68k
   1.232  		os=-coff
   1.233 @@ -885,6 +914,10 @@
   1.234  	sb1el)
   1.235  		basic_machine=mipsisa64sb1el-unknown
   1.236  		;;
   1.237 +	sde)
   1.238 +		basic_machine=mipsisa32-sde
   1.239 +		os=-elf
   1.240 +		;;
   1.241  	sei)
   1.242  		basic_machine=mips-sei
   1.243  		os=-seiux
   1.244 @@ -896,6 +929,9 @@
   1.245  		basic_machine=sh-hitachi
   1.246  		os=-hms
   1.247  		;;
   1.248 +	sh5el)
   1.249 +		basic_machine=sh5le-unknown
   1.250 +		;;
   1.251  	sh64)
   1.252  		basic_machine=sh64-unknown
   1.253  		;;
   1.254 @@ -1101,7 +1137,7 @@
   1.255  	sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
   1.256  		basic_machine=sh-unknown
   1.257  		;;
   1.258 -	sparc | sparcv8 | sparcv9 | sparcv9b)
   1.259 +	sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
   1.260  		basic_machine=sparc-sun
   1.261  		;;
   1.262  	cydra)
   1.263 @@ -1174,21 +1210,23 @@
   1.264  	      | -aos* \
   1.265  	      | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
   1.266  	      | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
   1.267 -	      | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \
   1.268 +	      | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
   1.269 +	      | -openbsd* | -solidbsd* \
   1.270  	      | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
   1.271  	      | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
   1.272  	      | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
   1.273  	      | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
   1.274  	      | -chorusos* | -chorusrdb* \
   1.275  	      | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
   1.276 -	      | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \
   1.277 +	      | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
   1.278 +	      | -uxpv* | -beos* | -mpeix* | -udk* \
   1.279  	      | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
   1.280  	      | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
   1.281  	      | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
   1.282  	      | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
   1.283  	      | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
   1.284  	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
   1.285 -	      | -skyos* | -haiku*)
   1.286 +	      | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
   1.287  	# Remember, each alternative MUST END IN *, to match a version number.
   1.288  		;;
   1.289  	-qnx*)
   1.290 @@ -1340,6 +1378,12 @@
   1.291  # system, and we'll never get to this point.
   1.292  
   1.293  case $basic_machine in
   1.294 +        score-*)
   1.295 +		os=-elf
   1.296 +		;;
   1.297 +        spu-*)
   1.298 +		os=-elf
   1.299 +		;;
   1.300  	*-acorn)
   1.301  		os=-riscix1.2
   1.302  		;;
   1.303 @@ -1349,9 +1393,9 @@
   1.304  	arm*-semi)
   1.305  		os=-aout
   1.306  		;;
   1.307 -    c4x-* | tic4x-*)
   1.308 -        os=-coff
   1.309 -        ;;
   1.310 +        c4x-* | tic4x-*)
   1.311 +        	os=-coff
   1.312 +		;;
   1.313  	# This must come before the *-dec entry.
   1.314  	pdp10-*)
   1.315  		os=-tops20
   1.316 @@ -1377,6 +1421,9 @@
   1.317  	m68*-cisco)
   1.318  		os=-aout
   1.319  		;;
   1.320 +        mep-*)
   1.321 +		os=-elf
   1.322 +		;;
   1.323  	mips*-cisco)
   1.324  		os=-elf
   1.325  		;;