diff options
| author | Dan Nicolaescu | 2007-02-23 03:30:25 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-02-23 03:30:25 +0000 |
| commit | a12246ad1ac070c525854f925e07e9048e0f1d38 (patch) | |
| tree | 17ce893bcc54d2301509dfaa24d49766e5f5e7e6 | |
| parent | 5339f50c4c9ab6fe936fda8ebd37a565c742272a (diff) | |
| download | emacs-a12246ad1ac070c525854f925e07e9048e0f1d38.tar.gz emacs-a12246ad1ac070c525854f925e07e9048e0f1d38.zip | |
Updated from master source.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | config.guess | 59 | ||||
| -rwxr-xr-x | config.sub | 73 |
3 files changed, 97 insertions, 39 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * config.guess, config.sub: Updated from master source. | ||
| 4 | |||
| 1 | 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change) | 5 | 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change) |
| 2 | 6 | ||
| 3 | * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs. | 7 | * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs. |
diff --git a/config.guess b/config.guess index 2f832fdeab7..e8c8de857e0 100755 --- a/config.guess +++ b/config.guess | |||
| @@ -1,9 +1,10 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | # Attempt to guess a canonical system name. | 2 | # Attempt to guess a canonical system name. |
| 3 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, |
| 5 | # Inc. | ||
| 5 | 6 | ||
| 6 | timestamp='2006-04-20' | 7 | timestamp='2007-01-15' |
| 7 | 8 | ||
| 8 | # This file is free software; you can redistribute it and/or modify it | 9 | # This file is free software; you can redistribute it and/or modify it |
| 9 | # under the terms of the GNU General Public License as published by | 10 | # under the terms of the GNU General Public License as published by |
| @@ -106,7 +107,7 @@ set_cc_for_build=' | |||
| 106 | trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; | 107 | trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; |
| 107 | trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; | 108 | trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; |
| 108 | : ${TMPDIR=/tmp} ; | 109 | : ${TMPDIR=/tmp} ; |
| 109 | { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || | 110 | { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || |
| 110 | { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || | 111 | { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || |
| 111 | { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || | 112 | { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || |
| 112 | { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; | 113 | { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; |
| @@ -160,6 +161,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in | |||
| 160 | arm*) machine=arm-unknown ;; | 161 | arm*) machine=arm-unknown ;; |
| 161 | sh3el) machine=shl-unknown ;; | 162 | sh3el) machine=shl-unknown ;; |
| 162 | sh3eb) machine=sh-unknown ;; | 163 | sh3eb) machine=sh-unknown ;; |
| 164 | sh5el) machine=sh5le-unknown ;; | ||
| 163 | *) machine=${UNAME_MACHINE_ARCH}-unknown ;; | 165 | *) machine=${UNAME_MACHINE_ARCH}-unknown ;; |
| 164 | esac | 166 | esac |
| 165 | # The Operating System including object format, if it has switched | 167 | # The Operating System including object format, if it has switched |
| @@ -206,8 +208,11 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in | |||
| 206 | *:ekkoBSD:*:*) | 208 | *:ekkoBSD:*:*) |
| 207 | echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} | 209 | echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} |
| 208 | exit ;; | 210 | exit ;; |
| 211 | *:SolidBSD:*:*) | ||
| 212 | echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} | ||
| 213 | exit ;; | ||
| 209 | macppc:MirBSD:*:*) | 214 | macppc:MirBSD:*:*) |
| 210 | echo powerppc-unknown-mirbsd${UNAME_RELEASE} | 215 | echo powerpc-unknown-mirbsd${UNAME_RELEASE} |
| 211 | exit ;; | 216 | exit ;; |
| 212 | *:MirBSD:*:*) | 217 | *:MirBSD:*:*) |
| 213 | echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} | 218 | echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} |
| @@ -767,6 +772,8 @@ EOF | |||
| 767 | case ${UNAME_MACHINE} in | 772 | case ${UNAME_MACHINE} in |
| 768 | pc98) | 773 | pc98) |
| 769 | echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; | 774 | echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; |
| 775 | amd64) | ||
| 776 | echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; | ||
| 770 | *) | 777 | *) |
| 771 | echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; | 778 | echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; |
| 772 | esac | 779 | esac |
| @@ -774,7 +781,7 @@ EOF | |||
| 774 | i*:CYGWIN*:*) | 781 | i*:CYGWIN*:*) |
| 775 | echo ${UNAME_MACHINE}-pc-cygwin | 782 | echo ${UNAME_MACHINE}-pc-cygwin |
| 776 | exit ;; | 783 | exit ;; |
| 777 | i*:MINGW*:*) | 784 | *:MINGW*:*) |
| 778 | echo ${UNAME_MACHINE}-pc-mingw32 | 785 | echo ${UNAME_MACHINE}-pc-mingw32 |
| 779 | exit ;; | 786 | exit ;; |
| 780 | i*:windows32*:*) | 787 | i*:windows32*:*) |
| @@ -784,8 +791,11 @@ EOF | |||
| 784 | i*:PW*:*) | 791 | i*:PW*:*) |
| 785 | echo ${UNAME_MACHINE}-pc-pw32 | 792 | echo ${UNAME_MACHINE}-pc-pw32 |
| 786 | exit ;; | 793 | exit ;; |
| 787 | x86:Interix*:[345]*) | 794 | x86:Interix*:[3456]*) |
| 788 | echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' | 795 | echo i586-pc-interix${UNAME_RELEASE} |
| 796 | exit ;; | ||
| 797 | EM64T:Interix*:[3456]* | authenticamd:Interix*:[3456]*) | ||
| 798 | echo x86_64-unknown-interix${UNAME_RELEASE} | ||
| 789 | exit ;; | 799 | exit ;; |
| 790 | [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) | 800 | [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) |
| 791 | echo i${UNAME_MACHINE}-pc-mks | 801 | echo i${UNAME_MACHINE}-pc-mks |
| @@ -822,6 +832,9 @@ EOF | |||
| 822 | arm*:Linux:*:*) | 832 | arm*:Linux:*:*) |
| 823 | echo ${UNAME_MACHINE}-unknown-linux-gnu | 833 | echo ${UNAME_MACHINE}-unknown-linux-gnu |
| 824 | exit ;; | 834 | exit ;; |
| 835 | avr32*:Linux:*:*) | ||
| 836 | echo ${UNAME_MACHINE}-unknown-linux-gnu | ||
| 837 | exit ;; | ||
| 825 | cris:Linux:*:*) | 838 | cris:Linux:*:*) |
| 826 | echo cris-axis-linux-gnu | 839 | echo cris-axis-linux-gnu |
| 827 | exit ;; | 840 | exit ;; |
| @@ -856,7 +869,11 @@ EOF | |||
| 856 | #endif | 869 | #endif |
| 857 | #endif | 870 | #endif |
| 858 | EOF | 871 | EOF |
| 859 | eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '/^CPU/{s: ::g;p;}'`" | 872 | eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' |
| 873 | /^CPU/{ | ||
| 874 | s: ::g | ||
| 875 | p | ||
| 876 | }'`" | ||
| 860 | test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } | 877 | test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } |
| 861 | ;; | 878 | ;; |
| 862 | mips64:Linux:*:*) | 879 | mips64:Linux:*:*) |
| @@ -875,7 +892,11 @@ EOF | |||
| 875 | #endif | 892 | #endif |
| 876 | #endif | 893 | #endif |
| 877 | EOF | 894 | EOF |
| 878 | eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '/^CPU/{s: ::g;p;}'`" | 895 | eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' |
| 896 | /^CPU/{ | ||
| 897 | s: ::g | ||
| 898 | p | ||
| 899 | }'`" | ||
| 879 | test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } | 900 | test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } |
| 880 | ;; | 901 | ;; |
| 881 | or32:Linux:*:*) | 902 | or32:Linux:*:*) |
| @@ -930,6 +951,9 @@ EOF | |||
| 930 | x86_64:Linux:*:*) | 951 | x86_64:Linux:*:*) |
| 931 | echo x86_64-unknown-linux-gnu | 952 | echo x86_64-unknown-linux-gnu |
| 932 | exit ;; | 953 | exit ;; |
| 954 | xtensa:Linux:*:*) | ||
| 955 | echo xtensa-unknown-linux-gnu | ||
| 956 | exit ;; | ||
| 933 | i*86:Linux:*:*) | 957 | i*86:Linux:*:*) |
| 934 | # The BFD linker knows what the default object file format is, so | 958 | # The BFD linker knows what the default object file format is, so |
| 935 | # first see if it will tell us. cd to the root directory to prevent | 959 | # first see if it will tell us. cd to the root directory to prevent |
| @@ -972,7 +996,7 @@ EOF | |||
| 972 | LIBC=gnulibc1 | 996 | LIBC=gnulibc1 |
| 973 | # endif | 997 | # endif |
| 974 | #else | 998 | #else |
| 975 | #if defined(__INTEL_COMPILER) || defined(__PGI) | 999 | #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) |
| 976 | LIBC=gnu | 1000 | LIBC=gnu |
| 977 | #else | 1001 | #else |
| 978 | LIBC=gnuaout | 1002 | LIBC=gnuaout |
| @@ -982,7 +1006,11 @@ EOF | |||
| 982 | LIBC=dietlibc | 1006 | LIBC=dietlibc |
| 983 | #endif | 1007 | #endif |
| 984 | EOF | 1008 | EOF |
| 985 | eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '/^LIBC/{s: ::g;p;}'`" | 1009 | eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' |
| 1010 | /^LIBC/{ | ||
| 1011 | s: ::g | ||
| 1012 | p | ||
| 1013 | }'`" | ||
| 986 | test x"${LIBC}" != x && { | 1014 | test x"${LIBC}" != x && { |
| 987 | echo "${UNAME_MACHINE}-pc-linux-${LIBC}" | 1015 | echo "${UNAME_MACHINE}-pc-linux-${LIBC}" |
| 988 | exit | 1016 | exit |
| @@ -1184,6 +1212,15 @@ EOF | |||
| 1184 | SX-6:SUPER-UX:*:*) | 1212 | SX-6:SUPER-UX:*:*) |
| 1185 | echo sx6-nec-superux${UNAME_RELEASE} | 1213 | echo sx6-nec-superux${UNAME_RELEASE} |
| 1186 | exit ;; | 1214 | exit ;; |
| 1215 | SX-7:SUPER-UX:*:*) | ||
| 1216 | echo sx7-nec-superux${UNAME_RELEASE} | ||
| 1217 | exit ;; | ||
| 1218 | SX-8:SUPER-UX:*:*) | ||
| 1219 | echo sx8-nec-superux${UNAME_RELEASE} | ||
| 1220 | exit ;; | ||
| 1221 | SX-8R:SUPER-UX:*:*) | ||
| 1222 | echo sx8r-nec-superux${UNAME_RELEASE} | ||
| 1223 | exit ;; | ||
| 1187 | Power*:Rhapsody:*:*) | 1224 | Power*:Rhapsody:*:*) |
| 1188 | echo powerpc-apple-rhapsody${UNAME_RELEASE} | 1225 | echo powerpc-apple-rhapsody${UNAME_RELEASE} |
| 1189 | exit ;; | 1226 | exit ;; |
diff --git a/config.sub b/config.sub index 9e600e0a669..de96c91b6d4 100755 --- a/config.sub +++ b/config.sub | |||
| @@ -1,9 +1,10 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | # Configuration validation subroutine script. | 2 | # Configuration validation subroutine script. |
| 3 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, |
| 5 | # Inc. | ||
| 5 | 6 | ||
| 6 | timestamp='2006-04-20' | 7 | timestamp='2007-01-18' |
| 7 | 8 | ||
| 8 | # This file is (in principle) common to ALL GNU software. | 9 | # This file is (in principle) common to ALL GNU software. |
| 9 | # The presence of a machine in this file suggests that SOME GNU software | 10 | # The presence of a machine in this file suggests that SOME GNU software |
| @@ -240,15 +241,16 @@ case $basic_machine in | |||
| 240 | | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | 241 | | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ |
| 241 | | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | 242 | | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ |
| 242 | | am33_2.0 \ | 243 | | am33_2.0 \ |
| 243 | | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ | 244 | | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ |
| 244 | | bfin \ | 245 | | bfin \ |
| 245 | | c4x | clipper \ | 246 | | c4x | clipper \ |
| 246 | | d10v | d30v | dlx | dsp16xx \ | 247 | | d10v | d30v | dlx | dsp16xx \ |
| 247 | | fr30 | frv \ | 248 | | fido | fr30 | frv \ |
| 248 | | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | 249 | | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ |
| 249 | | i370 | i860 | i960 | ia64 \ | 250 | | i370 | i860 | i960 | ia64 \ |
| 250 | | ip2k | iq2000 \ | 251 | | ip2k | iq2000 \ |
| 251 | | m32r | m32rle | m68000 | m68k | m88k | maxq | mb | microblaze | mcore \ | 252 | | m32c | m32r | m32rle | m68000 | m68k | m88k \ |
| 253 | | maxq | mb | microblaze | mcore | mep \ | ||
| 252 | | mips | mipsbe | mipseb | mipsel | mipsle \ | 254 | | mips | mipsbe | mipseb | mipsel | mipsle \ |
| 253 | | mips16 \ | 255 | | mips16 \ |
| 254 | | mips64 | mips64el \ | 256 | | mips64 | mips64el \ |
| @@ -268,26 +270,25 @@ case $basic_machine in | |||
| 268 | | mn10200 | mn10300 \ | 270 | | mn10200 | mn10300 \ |
| 269 | | mt \ | 271 | | mt \ |
| 270 | | msp430 \ | 272 | | msp430 \ |
| 273 | | nios | nios2 \ | ||
| 271 | | ns16k | ns32k \ | 274 | | ns16k | ns32k \ |
| 272 | | or32 \ | 275 | | or32 \ |
| 273 | | pdp10 | pdp11 | pj | pjl \ | 276 | | pdp10 | pdp11 | pj | pjl \ |
| 274 | | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | 277 | | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ |
| 275 | | pyramid \ | 278 | | pyramid \ |
| 276 | | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ | 279 | | score \ |
| 280 | | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | ||
| 277 | | sh64 | sh64le \ | 281 | | sh64 | sh64le \ |
| 278 | | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ | 282 | | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ |
| 279 | | sparcv8 | sparcv9 | sparcv9b \ | 283 | | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ |
| 280 | | strongarm \ | 284 | | spu | strongarm \ |
| 281 | | tahoe | thumb | tic4x | tic80 | tron \ | 285 | | tahoe | thumb | tic4x | tic80 | tron \ |
| 282 | | v850 | v850e \ | 286 | | v850 | v850e \ |
| 283 | | we32k \ | 287 | | we32k \ |
| 284 | | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ | 288 | | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ |
| 285 | | z8k) | 289 | | z8k) |
| 286 | basic_machine=$basic_machine-unknown | 290 | basic_machine=$basic_machine-unknown |
| 287 | ;; | 291 | ;; |
| 288 | m32c) | ||
| 289 | basic_machine=$basic_machine-unknown | ||
| 290 | ;; | ||
| 291 | m6811 | m68hc11 | m6812 | m68hc12) | 292 | m6811 | m68hc11 | m6812 | m68hc12) |
| 292 | # Motorola 68HC11/12. | 293 | # Motorola 68HC11/12. |
| 293 | basic_machine=$basic_machine-unknown | 294 | basic_machine=$basic_machine-unknown |
| @@ -317,18 +318,18 @@ case $basic_machine in | |||
| 317 | | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | 318 | | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ |
| 318 | | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | 319 | | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ |
| 319 | | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | 320 | | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ |
| 320 | | avr-* \ | 321 | | avr-* | avr32-* \ |
| 321 | | bfin-* | bs2000-* \ | 322 | | bfin-* | bs2000-* \ |
| 322 | | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ | 323 | | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ |
| 323 | | clipper-* | craynv-* | cydra-* \ | 324 | | clipper-* | craynv-* | cydra-* \ |
| 324 | | d10v-* | d30v-* | dlx-* \ | 325 | | d10v-* | d30v-* | dlx-* \ |
| 325 | | elxsi-* \ | 326 | | elxsi-* \ |
| 326 | | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ | 327 | | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ |
| 327 | | h8300-* | h8500-* \ | 328 | | h8300-* | h8500-* \ |
| 328 | | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | 329 | | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ |
| 329 | | i*86-* | i860-* | i960-* | ia64-* \ | 330 | | i*86-* | i860-* | i960-* | ia64-* \ |
| 330 | | ip2k-* | iq2000-* \ | 331 | | ip2k-* | iq2000-* \ |
| 331 | | m32r-* | m32rle-* \ | 332 | | m32c-* | m32r-* | m32rle-* \ |
| 332 | | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | 333 | | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ |
| 333 | | m88110-* | m88k-* | maxq-* | mcore-* \ | 334 | | m88110-* | m88k-* | maxq-* | mcore-* \ |
| 334 | | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | 335 | | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ |
| @@ -350,29 +351,28 @@ case $basic_machine in | |||
| 350 | | mmix-* \ | 351 | | mmix-* \ |
| 351 | | mt-* \ | 352 | | mt-* \ |
| 352 | | msp430-* \ | 353 | | msp430-* \ |
| 354 | | nios-* | nios2-* \ | ||
| 353 | | none-* | np1-* | ns16k-* | ns32k-* \ | 355 | | none-* | np1-* | ns16k-* | ns32k-* \ |
| 354 | | orion-* \ | 356 | | orion-* \ |
| 355 | | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | 357 | | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ |
| 356 | | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | 358 | | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ |
| 357 | | pyramid-* \ | 359 | | pyramid-* \ |
| 358 | | romp-* | rs6000-* \ | 360 | | romp-* | rs6000-* \ |
| 359 | | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \ | 361 | | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ |
| 360 | | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | 362 | | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ |
| 361 | | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ | 363 | | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ |
| 362 | | sparclite-* \ | 364 | | sparclite-* \ |
| 363 | | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ | 365 | | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ |
| 364 | | tahoe-* | thumb-* \ | 366 | | tahoe-* | thumb-* \ |
| 365 | | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | 367 | | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ |
| 366 | | tron-* \ | 368 | | tron-* \ |
| 367 | | v850-* | v850e-* | vax-* \ | 369 | | v850-* | v850e-* | vax-* \ |
| 368 | | we32k-* \ | 370 | | we32k-* \ |
| 369 | | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ | 371 | | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ |
| 370 | | xstormy16-* | xtensa-* \ | 372 | | xstormy16-* | xtensa-* \ |
| 371 | | ymp-* \ | 373 | | ymp-* \ |
| 372 | | z8k-*) | 374 | | z8k-*) |
| 373 | ;; | 375 | ;; |
| 374 | m32c-*) | ||
| 375 | ;; | ||
| 376 | # Recognize the various machine names and aliases which stand | 376 | # Recognize the various machine names and aliases which stand |
| 377 | # for a CPU type and a company and sometimes even an OS. | 377 | # for a CPU type and a company and sometimes even an OS. |
| 378 | 386bsd) | 378 | 386bsd) |
| @@ -910,6 +910,10 @@ case $basic_machine in | |||
| 910 | sb1el) | 910 | sb1el) |
| 911 | basic_machine=mipsisa64sb1el-unknown | 911 | basic_machine=mipsisa64sb1el-unknown |
| 912 | ;; | 912 | ;; |
| 913 | sde) | ||
| 914 | basic_machine=mipsisa32-sde | ||
| 915 | os=-elf | ||
| 916 | ;; | ||
| 913 | sei) | 917 | sei) |
| 914 | basic_machine=mips-sei | 918 | basic_machine=mips-sei |
| 915 | os=-seiux | 919 | os=-seiux |
| @@ -921,6 +925,9 @@ case $basic_machine in | |||
| 921 | basic_machine=sh-hitachi | 925 | basic_machine=sh-hitachi |
| 922 | os=-hms | 926 | os=-hms |
| 923 | ;; | 927 | ;; |
| 928 | sh5el) | ||
| 929 | basic_machine=sh5le-unknown | ||
| 930 | ;; | ||
| 924 | sh64) | 931 | sh64) |
| 925 | basic_machine=sh64-unknown | 932 | basic_machine=sh64-unknown |
| 926 | ;; | 933 | ;; |
| @@ -1126,7 +1133,7 @@ case $basic_machine in | |||
| 1126 | sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) | 1133 | sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) |
| 1127 | basic_machine=sh-unknown | 1134 | basic_machine=sh-unknown |
| 1128 | ;; | 1135 | ;; |
| 1129 | sparc | sparcv8 | sparcv9 | sparcv9b) | 1136 | sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) |
| 1130 | basic_machine=sparc-sun | 1137 | basic_machine=sparc-sun |
| 1131 | ;; | 1138 | ;; |
| 1132 | cydra) | 1139 | cydra) |
| @@ -1199,7 +1206,8 @@ case $os in | |||
| 1199 | | -aos* \ | 1206 | | -aos* \ |
| 1200 | | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | 1207 | | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ |
| 1201 | | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | 1208 | | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ |
| 1202 | | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ | 1209 | | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ |
| 1210 | | -openbsd* | -solidbsd* \ | ||
| 1203 | | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | 1211 | | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ |
| 1204 | | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | 1212 | | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ |
| 1205 | | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | 1213 | | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ |
| @@ -1214,7 +1222,7 @@ case $os in | |||
| 1214 | | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | 1222 | | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ |
| 1215 | | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | 1223 | | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ |
| 1216 | | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | 1224 | | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ |
| 1217 | | -skyos* | -haiku* | -rdos*) | 1225 | | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) |
| 1218 | # Remember, each alternative MUST END IN *, to match a version number. | 1226 | # Remember, each alternative MUST END IN *, to match a version number. |
| 1219 | ;; | 1227 | ;; |
| 1220 | -qnx*) | 1228 | -qnx*) |
| @@ -1366,6 +1374,12 @@ else | |||
| 1366 | # system, and we'll never get to this point. | 1374 | # system, and we'll never get to this point. |
| 1367 | 1375 | ||
| 1368 | case $basic_machine in | 1376 | case $basic_machine in |
| 1377 | score-*) | ||
| 1378 | os=-elf | ||
| 1379 | ;; | ||
| 1380 | spu-*) | ||
| 1381 | os=-elf | ||
| 1382 | ;; | ||
| 1369 | *-acorn) | 1383 | *-acorn) |
| 1370 | os=-riscix1.2 | 1384 | os=-riscix1.2 |
| 1371 | ;; | 1385 | ;; |
| @@ -1375,9 +1389,9 @@ case $basic_machine in | |||
| 1375 | arm*-semi) | 1389 | arm*-semi) |
| 1376 | os=-aout | 1390 | os=-aout |
| 1377 | ;; | 1391 | ;; |
| 1378 | c4x-* | tic4x-*) | 1392 | c4x-* | tic4x-*) |
| 1379 | os=-coff | 1393 | os=-coff |
| 1380 | ;; | 1394 | ;; |
| 1381 | # This must come before the *-dec entry. | 1395 | # This must come before the *-dec entry. |
| 1382 | pdp10-*) | 1396 | pdp10-*) |
| 1383 | os=-tops20 | 1397 | os=-tops20 |
| @@ -1403,6 +1417,9 @@ case $basic_machine in | |||
| 1403 | m68*-cisco) | 1417 | m68*-cisco) |
| 1404 | os=-aout | 1418 | os=-aout |
| 1405 | ;; | 1419 | ;; |
| 1420 | mep-*) | ||
| 1421 | os=-elf | ||
| 1422 | ;; | ||
| 1406 | mips*-cisco) | 1423 | mips*-cisco) |
| 1407 | os=-elf | 1424 | os=-elf |
| 1408 | ;; | 1425 | ;; |