Changeset 5261 for pjproject/trunk/third_party/srtp/config.sub
- Timestamp:
- Mar 15, 2016 3:57:39 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/srtp/config.sub
r1730 r5261 2 2 # Configuration validation subroutine script. 3 3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 4 # 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. 5 6 timestamp='2004-08-29' 4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 5 # 2011 Free Software Foundation, Inc. 6 7 timestamp='2011-06-03' 7 8 8 9 # This file is (in principle) common to ALL GNU software. … … 22 23 # You should have received a copy of the GNU General Public License 23 24 # along with this program; if not, write to the Free Software 24 # Foundation, Inc., 5 9 Temple Place - Suite 330,25 # Boston, MA 02111-1307, USA.26 25 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 26 # 02110-1301, USA. 27 # 27 28 # As a special exception to the GNU General Public License, if you 28 29 # distribute this file as part of a program that contains a … … 30 31 # the same distribution terms that you use for the rest of that program. 31 32 33 32 34 # Please send patches to <config-patches@gnu.org>. Submit a context 33 # diff and a properly formatted ChangeLog entry.35 # diff and a properly formatted GNU ChangeLog entry. 34 36 # 35 37 # Configuration subroutine to validate and canonicalize a configuration type. … … 37 39 # If it is invalid, we print an error message on stderr and exit with code 1. 38 40 # Otherwise, we print the canonical config type on stdout and succeed. 41 42 # You can get the latest version of this script from: 43 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD 39 44 40 45 # This file is supposed to be the same for all GNU packages … … 71 76 GNU config.sub ($timestamp) 72 77 73 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 74 Free Software Foundation, Inc. 78 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 79 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free 80 Software Foundation, Inc. 75 81 76 82 This is free software; see the source for copying conditions. There is NO … … 84 90 case $1 in 85 91 --time-stamp | --time* | -t ) 86 echo "$timestamp" ; exit 0;;92 echo "$timestamp" ; exit ;; 87 93 --version | -v ) 88 echo "$version" ; exit 0;;94 echo "$version" ; exit ;; 89 95 --help | --h* | -h ) 90 echo "$usage"; exit 0;;96 echo "$usage"; exit ;; 91 97 -- ) # Stop option processing 92 98 shift; break ;; … … 100 106 # First pass through any local machine types. 101 107 echo $1 102 exit 0;;108 exit ;; 103 109 104 110 * ) … … 119 125 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` 120 126 case $maybe_os in 121 nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ 122 kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) 127 nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ 128 linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ 129 knetbsd*-gnu* | netbsd*-gnu* | \ 130 kopensolaris*-gnu* | \ 131 storm-chaos* | os2-emx* | rtmk-nova*) 123 132 os=-$maybe_os 124 133 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` … … 146 155 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 147 156 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ 148 -apple | -axis | -knuth | -cray )157 -apple | -axis | -knuth | -cray | -microblaze) 149 158 os= 150 159 basic_machine=$1 160 ;; 161 -bluegene*) 162 os=-cnk 151 163 ;; 152 164 -sim | -cisco | -oki | -wec | -winbond) … … 164 176 basic_machine=$1 165 177 ;; 166 167 178 -chorusrdb) 179 os=-chorusrdb 168 180 basic_machine=$1 169 181 ;; 170 182 -hiux*) 171 183 os=-hiuxwe2 184 ;; 185 -sco6) 186 os=-sco5v6 187 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 172 188 ;; 173 189 -sco5) … … 184 200 ;; 185 201 -sco3.2v[4-9]*) 202 # Don't forget version if it is 3.2v4 or newer. 203 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 204 ;; 205 -sco5v6*) 186 206 # Don't forget version if it is 3.2v4 or newer. 187 207 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` … … 231 251 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ 232 252 | am33_2.0 \ 233 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ 253 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ 254 | bfin \ 234 255 | c4x | clipper \ 235 256 | d10v | d30v | dlx | dsp16xx \ 236 | f r30 | frv \257 | fido | fr30 | frv \ 237 258 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ 238 259 | i370 | i860 | i960 | ia64 \ 239 260 | ip2k | iq2000 \ 240 | m32r | m32rle | m68000 | m68k | m88k | mcore \ 261 | lm32 \ 262 | m32c | m32r | m32rle | m68000 | m68k | m88k \ 263 | maxq | mb | microblaze | mcore | mep | metag \ 241 264 | mips | mipsbe | mipseb | mipsel | mipsle \ 242 265 | mips16 \ 243 266 | mips64 | mips64el \ 267 | mips64octeon | mips64octeonel \ 268 | mips64orion | mips64orionel \ 269 | mips64r5900 | mips64r5900el \ 244 270 | mips64vr | mips64vrel \ 245 | mips64orion | mips64orionel \246 271 | mips64vr4100 | mips64vr4100el \ 247 272 | mips64vr4300 | mips64vr4300el \ 248 273 | mips64vr5000 | mips64vr5000el \ 274 | mips64vr5900 | mips64vr5900el \ 249 275 | mipsisa32 | mipsisa32el \ 250 276 | mipsisa32r2 | mipsisa32r2el \ … … 255 281 | mipstx39 | mipstx39el \ 256 282 | mn10200 | mn10300 \ 283 | moxie \ 284 | mt \ 257 285 | msp430 \ 286 | nds32 | nds32le | nds32be \ 287 | nios | nios2 \ 258 288 | ns16k | ns32k \ 259 | openrisc | or32 \ 289 | open8 \ 290 | or32 \ 260 291 | pdp10 | pdp11 | pj | pjl \ 261 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe\292 | powerpc | powerpc64 | powerpc64le | powerpcle \ 262 293 | pyramid \ 263 | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ 294 | rx \ 295 | score \ 296 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ 264 297 | sh64 | sh64le \ 265 | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \ 266 | strongarm \ 267 | tahoe | thumb | tic4x | tic80 | tron \ 268 | v850 | v850e \ 298 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ 299 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ 300 | spu \ 301 | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ 302 | ubicom32 \ 303 | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ 269 304 | we32k \ 270 | x86 | x scale| xstormy16 | xtensa \271 | z8k )305 | x86 | xc16x | xstormy16 | xtensa \ 306 | z8k | z80) 272 307 basic_machine=$basic_machine-unknown 273 308 ;; 274 m6811 | m68hc11 | m6812 | m68hc12) 309 c54x) 310 basic_machine=tic54x-unknown 311 ;; 312 c55x) 313 basic_machine=tic55x-unknown 314 ;; 315 c6x) 316 basic_machine=tic6x-unknown 317 ;; 318 m6811 | m68hc11 | m6812 | m68hc12 | picochip) 275 319 # Motorola 68HC11/12. 276 320 basic_machine=$basic_machine-unknown … … 278 322 ;; 279 323 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) 324 ;; 325 ms1) 326 basic_machine=mt-unknown 327 ;; 328 329 strongarm | thumb | xscale) 330 basic_machine=arm-unknown 331 ;; 332 333 xscaleeb) 334 basic_machine=armeb-unknown 335 ;; 336 337 xscaleel) 338 basic_machine=armel-unknown 280 339 ;; 281 340 … … 298 357 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ 299 358 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ 300 | avr-* \301 | b s2000-* \302 | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-*\359 | avr-* | avr32-* \ 360 | bfin-* | bs2000-* \ 361 | c[123]* | c30-* | [cjt]90-* | c4x-* \ 303 362 | clipper-* | craynv-* | cydra-* \ 304 363 | d10v-* | d30v-* | dlx-* \ 305 364 | elxsi-* \ 306 | f30[01]-* | f700-* | f r30-* | frv-* | fx80-* \365 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ 307 366 | h8300-* | h8500-* \ 308 367 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ 309 368 | i*86-* | i860-* | i960-* | ia64-* \ 310 369 | ip2k-* | iq2000-* \ 311 | m32r-* | m32rle-* \ 370 | lm32-* \ 371 | m32c-* | m32r-* | m32rle-* \ 312 372 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ 313 | m88110-* | m88k-* | m core-* \373 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ 314 374 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ 315 375 | mips16-* \ 316 376 | mips64-* | mips64el-* \ 377 | mips64octeon-* | mips64octeonel-* \ 378 | mips64orion-* | mips64orionel-* \ 379 | mips64r5900-* | mips64r5900el-* \ 317 380 | mips64vr-* | mips64vrel-* \ 318 | mips64orion-* | mips64orionel-* \319 381 | mips64vr4100-* | mips64vr4100el-* \ 320 382 | mips64vr4300-* | mips64vr4300el-* \ 321 383 | mips64vr5000-* | mips64vr5000el-* \ 384 | mips64vr5900-* | mips64vr5900el-* \ 322 385 | mipsisa32-* | mipsisa32el-* \ 323 386 | mipsisa32r2-* | mipsisa32r2el-* \ … … 328 391 | mipstx39-* | mipstx39el-* \ 329 392 | mmix-* \ 393 | mt-* \ 330 394 | msp430-* \ 395 | nds32-* | nds32le-* | nds32be-* \ 396 | nios-* | nios2-* \ 331 397 | none-* | np1-* | ns16k-* | ns32k-* \ 398 | open8-* \ 332 399 | orion-* \ 333 400 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ 334 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-*\401 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ 335 402 | pyramid-* \ 336 | romp-* | rs6000-* \337 | sh-* | sh[1234]-* | sh[2 3]e-* | sh[34]eb-* | shbe-* \403 | romp-* | rs6000-* | rx-* \ 404 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ 338 405 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ 339 | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \ 340 | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ 341 | tahoe-* | thumb-* \ 406 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ 407 | sparclite-* \ 408 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ 409 | tahoe-* \ 342 410 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ 411 | tile*-* \ 343 412 | tron-* \ 344 | v850-* | v850e-* | vax-* \ 413 | ubicom32-* \ 414 | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ 415 | vax-* \ 345 416 | we32k-* \ 346 | x86-* | x86_64-* | x ps100-* | xscale-* | xstormy16-* \347 | x tensa-* \417 | x86-* | x86_64-* | xc16x-* | xps100-* \ 418 | xstormy16-* | xtensa*-* \ 348 419 | ymp-* \ 349 | z8k-*) 420 | z8k-* | z80-*) 421 ;; 422 # Recognize the basic CPU types without company name, with glob match. 423 xtensa*) 424 basic_machine=$basic_machine-unknown 350 425 ;; 351 426 # Recognize the various machine names and aliases which stand … … 365 440 os=-udi 366 441 ;; 367 442 abacus) 368 443 basic_machine=abacus-unknown 369 444 ;; … … 411 486 os=-bsd 412 487 ;; 488 aros) 489 basic_machine=i386-pc 490 os=-aros 491 ;; 413 492 aux) 414 493 basic_machine=m68k-apple … … 419 498 os=-dynix 420 499 ;; 500 blackfin) 501 basic_machine=bfin-unknown 502 os=-linux 503 ;; 504 blackfin-*) 505 basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` 506 os=-linux 507 ;; 508 bluegene*) 509 basic_machine=powerpc-ibm 510 os=-cnk 511 ;; 512 c54x-*) 513 basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` 514 ;; 515 c55x-*) 516 basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` 517 ;; 518 c6x-*) 519 basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` 520 ;; 421 521 c90) 422 522 basic_machine=c90-cray 423 523 os=-unicos 424 524 ;; 525 cegcc) 526 basic_machine=arm-unknown 527 os=-cegcc 528 ;; 425 529 convex-c1) 426 530 basic_machine=c1-convex … … 451 555 os=-unicosmp 452 556 ;; 453 cr16 c)454 basic_machine=cr16 c-unknown557 cr16 | cr16-*) 558 basic_machine=cr16-unknown 455 559 os=-elf 456 560 ;; … … 489 593 basic_machine=m88k-motorola 490 594 os=-sysv3 595 ;; 596 dicos) 597 basic_machine=i686-pc 598 os=-dicos 599 ;; 600 djgpp) 601 basic_machine=i586-pc 602 os=-msdosdjgpp 491 603 ;; 492 604 dpx20 | dpx20-*) … … 640 752 os=-sysv 641 753 ;; 754 m68knommu) 755 basic_machine=m68k-unknown 756 os=-linux 757 ;; 758 m68knommu-*) 759 basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` 760 os=-linux 761 ;; 642 762 m88k-omron*) 643 763 basic_machine=m88k-omron … … 651 771 os=-sysv 652 772 ;; 773 microblaze) 774 basic_machine=microblaze-xilinx 775 ;; 653 776 mingw32) 654 777 basic_machine=i386-pc 655 778 os=-mingw32 656 779 ;; 780 mingw32ce) 781 basic_machine=arm-unknown 782 os=-mingw32ce 783 ;; 657 784 miniframe) 658 785 basic_machine=m68000-convergent … … 679 806 basic_machine=i386-pc 680 807 os=-msdos 808 ;; 809 ms1-*) 810 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` 681 811 ;; 682 812 mvs) … … 748 878 basic_machine=np1-gould 749 879 ;; 880 neo-tandem) 881 basic_machine=neo-tandem 882 ;; 883 nse-tandem) 884 basic_machine=nse-tandem 885 ;; 750 886 nsr-tandem) 751 887 basic_machine=nsr-tandem … … 755 891 os=-proelf 756 892 ;; 757 o r32 | or32-*)893 openrisc | openrisc-*) 758 894 basic_machine=or32-unknown 759 os=-coff760 895 ;; 761 896 os400) … … 779 914 os=-osf 780 915 ;; 916 parisc) 917 basic_machine=hppa-unknown 918 os=-linux 919 ;; 920 parisc-*) 921 basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` 922 os=-linux 923 ;; 781 924 pbd) 782 925 basic_machine=sparc-tti … … 788 931 basic_machine=ns32k-pc532 789 932 ;; 933 pc98) 934 basic_machine=i386-pc 935 ;; 936 pc98-*) 937 basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` 938 ;; 790 939 pentium | p5 | k5 | k6 | nexgen | viac3) 791 940 basic_machine=i586-pc … … 817 966 power) basic_machine=power-ibm 818 967 ;; 819 ppc) basic_machine=powerpc-unknown 820 ;; 821 ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` 968 ppc | ppcbe) basic_machine=powerpc-unknown 969 ;; 970 ppc-* | ppcbe-*) 971 basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` 822 972 ;; 823 973 ppcle | powerpclittle | ppc-le | powerpc-little) … … 844 994 os=-pw32 845 995 ;; 996 rdos) 997 basic_machine=i386-pc 998 os=-rdos 999 ;; 846 1000 rom68k) 847 1001 basic_machine=m68k-rom68k … … 870 1024 basic_machine=mipsisa64sb1el-unknown 871 1025 ;; 1026 sde) 1027 basic_machine=mipsisa32-sde 1028 os=-elf 1029 ;; 872 1030 sei) 873 1031 basic_machine=mips-sei … … 881 1039 os=-hms 882 1040 ;; 1041 sh5el) 1042 basic_machine=sh5le-unknown 1043 ;; 883 1044 sh64) 884 1045 basic_machine=sh64-unknown … … 902 1063 os=-sysv4 903 1064 ;; 1065 strongarm-* | thumb-*) 1066 basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` 1067 ;; 904 1068 sun2) 905 1069 basic_machine=m68000-sun … … 958 1122 os=-unicos 959 1123 ;; 960 tic54x | c54x*) 961 basic_machine=tic54x-unknown 962 os=-coff 963 ;; 964 tic55x | c55x*) 965 basic_machine=tic55x-unknown 966 os=-coff 967 ;; 968 tic6x | c6x*) 969 basic_machine=tic6x-unknown 970 os=-coff 1124 tile*) 1125 basic_machine=$basic_machine-unknown 1126 os=-linux-gnu 971 1127 ;; 972 1128 tx39) … … 1030 1186 os=-proelf 1031 1187 ;; 1188 xbox) 1189 basic_machine=i686-pc 1190 os=-mingw32 1191 ;; 1032 1192 xps | xps100) 1033 1193 basic_machine=xps100-honeywell 1194 ;; 1195 xscale-* | xscalee[bl]-*) 1196 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` 1034 1197 ;; 1035 1198 ymp) … … 1039 1202 z8k-*-coff) 1040 1203 basic_machine=z8k-unknown 1204 os=-sim 1205 ;; 1206 z80-*-coff) 1207 basic_machine=z80-unknown 1041 1208 os=-sim 1042 1209 ;; … … 1079 1246 basic_machine=we32k-att 1080 1247 ;; 1081 sh 3 | sh4| sh[34]eb | sh[1234]le | sh[23]ele)1248 sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) 1082 1249 basic_machine=sh-unknown 1083 1250 ;; 1084 sh64) 1085 basic_machine=sh64-unknown 1086 ;; 1087 sparc | sparcv8 | sparcv9 | sparcv9b) 1251 sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) 1088 1252 basic_machine=sparc-sun 1089 1253 ;; … … 1129 1293 then 1130 1294 case $os in 1131 1132 1295 # First match some system type aliases 1296 # that might get confused with valid system types. 1133 1297 # -solaris* is a basic system type, with this one exception. 1298 -auroraux) 1299 os=-auroraux 1300 ;; 1134 1301 -solaris1 | -solaris1.*) 1135 1302 os=`echo $os | sed -e 's|solaris1|sunos4|'` … … 1152 1319 # -sysv* is not here because it comes later, after sysvr4. 1153 1320 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ 1154 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ 1155 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ 1321 | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ 1322 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ 1323 | -sym* | -kopensolaris* \ 1156 1324 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ 1157 | -aos* \1325 | -aos* | -aros* \ 1158 1326 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ 1159 1327 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ 1160 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ 1328 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ 1329 | -openbsd* | -solidbsd* \ 1161 1330 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ 1162 1331 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ 1163 1332 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ 1164 1333 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ 1165 | -chorusos* | -chorusrdb* \1334 | -chorusos* | -chorusrdb* | -cegcc* \ 1166 1335 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ 1167 | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ 1336 | -mingw32* | -linux-gnu* | -linux-android* \ 1337 | -linux-newlib* | -linux-uclibc* \ 1338 | -uxpv* | -beos* | -mpeix* | -udk* \ 1168 1339 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ 1169 1340 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ … … 1171 1342 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ 1172 1343 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ 1173 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*) 1344 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ 1345 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) 1174 1346 # Remember, each alternative MUST END IN *, to match a version number. 1175 1347 ;; … … 1189 1361 ;; 1190 1362 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ 1191 | -windows* | -osx | -abug | -netware* | -os9* | -beos* \1363 | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ 1192 1364 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) 1193 1365 ;; … … 1210 1382 os=-openedition 1211 1383 ;; 1212 1384 -os400*) 1213 1385 os=-os400 1214 1386 ;; … … 1259 1431 os=-sysv4 1260 1432 ;; 1261 1433 -tpf*) 1262 1434 os=-tpf 1263 1435 ;; … … 1297 1469 -kaos*) 1298 1470 os=-kaos 1471 ;; 1472 -zvmoe) 1473 os=-zvmoe 1474 ;; 1475 -dicos*) 1476 os=-dicos 1477 ;; 1478 -nacl*) 1299 1479 ;; 1300 1480 -none) … … 1320 1500 1321 1501 case $basic_machine in 1502 score-*) 1503 os=-elf 1504 ;; 1505 spu-*) 1506 os=-elf 1507 ;; 1322 1508 *-acorn) 1323 1509 os=-riscix1.2 … … 1329 1515 os=-aout 1330 1516 ;; 1331 c4x-* | tic4x-*) 1332 os=-coff 1333 ;; 1517 c4x-* | tic4x-*) 1518 os=-coff 1519 ;; 1520 tic54x-*) 1521 os=-coff 1522 ;; 1523 tic55x-*) 1524 os=-coff 1525 ;; 1526 tic6x-*) 1527 os=-coff 1528 ;; 1334 1529 # This must come before the *-dec entry. 1335 1530 pdp10-*) … … 1357 1552 os=-aout 1358 1553 ;; 1554 mep-*) 1555 os=-elf 1556 ;; 1359 1557 mips*-cisco) 1360 1558 os=-elf … … 1375 1573 os=-beos 1376 1574 ;; 1575 *-haiku) 1576 os=-haiku 1577 ;; 1377 1578 *-ibm) 1378 1579 os=-aix 1379 1580 ;; 1380 1581 *-knuth) 1381 1582 os=-mmixware 1382 1583 ;; … … 1483 1684 vendor=sun 1484 1685 ;; 1485 - aix*)1686 -cnk*|-aix*) 1486 1687 vendor=ibm 1487 1688 ;; … … 1546 1747 1547 1748 echo $basic_machine$os 1548 exit 01749 exit 1549 1750 1550 1751 # Local variables:
Note: See TracChangeset
for help on using the changeset viewer.