diff options
| author | Dan Nicolaescu | 2008-12-11 18:17:15 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-12-11 18:17:15 +0000 |
| commit | 894b66d8cd5e124dea7026770b439571f738c2dc (patch) | |
| tree | 9a05f37b83add01b7bd2b340a3d73f46c7419957 | |
| parent | 5445ab06efed54ee33e8c39ca07037277554969a (diff) | |
| download | emacs-894b66d8cd5e124dea7026770b439571f738c2dc.tar.gz emacs-894b66d8cd5e124dea7026770b439571f738c2dc.zip | |
Updated from master source.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | config.guess | 8 | ||||
| -rwxr-xr-x | config.sub | 10 |
3 files changed, 15 insertions, 7 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * config.guess, config.sub: Updated from master source. | ||
| 4 | |||
| 1 | 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * Makefile.in (install-arch-indep): Install ebrowse.1. | 7 | * Makefile.in (install-arch-indep): Install ebrowse.1. |
diff --git a/config.guess b/config.guess index 7b24a8728ca..c466aa76364 100755 --- a/config.guess +++ b/config.guess | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 | 4 | # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | # Free Software Foundation, Inc. | 5 | # Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | timestamp='2008-11-15' | 7 | timestamp='2008-12-11' |
| 8 | 8 | ||
| 9 | # 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 |
| 10 | # 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 |
| @@ -335,9 +335,11 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in | |||
| 335 | SUN_ARCH="i386" | 335 | SUN_ARCH="i386" |
| 336 | # If there is a compiler, see if it is configured for 64-bit objects. | 336 | # If there is a compiler, see if it is configured for 64-bit objects. |
| 337 | # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. | 337 | # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. |
| 338 | # This test works for both compilers. | 338 | # This test works for both compilers. Note that the full path to |
| 339 | # /usr/bin/echo is necessary to work around the shell builtins for | ||
| 340 | # echo that do not handle newlines. | ||
| 339 | if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then | 341 | if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then |
| 340 | if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \ | 342 | if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \ |
| 341 | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ | 343 | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ |
| 342 | grep IS_64BIT_ARCH >/dev/null | 344 | grep IS_64BIT_ARCH >/dev/null |
| 343 | then | 345 | then |
diff --git a/config.sub b/config.sub index 053e7381fa0..9489dc7867b 100755 --- a/config.sub +++ b/config.sub | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 | 4 | # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 5 | # Free Software Foundation, Inc. | 5 | # Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | timestamp='2008-09-08' | 7 | timestamp='2008-12-11' |
| 8 | 8 | ||
| 9 | # This file is (in principle) common to ALL GNU software. | 9 | # This file is (in principle) common to ALL GNU software. |
| 10 | # 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 |
| @@ -249,6 +249,7 @@ case $basic_machine in | |||
| 249 | | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | 249 | | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ |
| 250 | | i370 | i860 | i960 | ia64 \ | 250 | | i370 | i860 | i960 | ia64 \ |
| 251 | | ip2k | iq2000 \ | 251 | | ip2k | iq2000 \ |
| 252 | | lm32 \ | ||
| 252 | | m32c | m32r | m32rle | m68000 | m68k | m88k \ | 253 | | m32c | m32r | m32rle | m68000 | m68k | m88k \ |
| 253 | | maxq | mb | microblaze | mcore | mep | metag \ | 254 | | maxq | mb | microblaze | mcore | mep | metag \ |
| 254 | | mips | mipsbe | mipseb | mipsel | mipsle \ | 255 | | mips | mipsbe | mipseb | mipsel | mipsle \ |
| @@ -279,7 +280,7 @@ case $basic_machine in | |||
| 279 | | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | 280 | | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ |
| 280 | | pyramid \ | 281 | | pyramid \ |
| 281 | | score \ | 282 | | score \ |
| 282 | | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | 283 | | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ |
| 283 | | sh64 | sh64le \ | 284 | | sh64 | sh64le \ |
| 284 | | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | 285 | | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ |
| 285 | | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | 286 | | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ |
| @@ -331,6 +332,7 @@ case $basic_machine in | |||
| 331 | | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | 332 | | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ |
| 332 | | i*86-* | i860-* | i960-* | ia64-* \ | 333 | | i*86-* | i860-* | i960-* | ia64-* \ |
| 333 | | ip2k-* | iq2000-* \ | 334 | | ip2k-* | iq2000-* \ |
| 335 | | lm32-* \ | ||
| 334 | | m32c-* | m32r-* | m32rle-* \ | 336 | | m32c-* | m32r-* | m32rle-* \ |
| 335 | | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | 337 | | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ |
| 336 | | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ | 338 | | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ |
| @@ -362,7 +364,7 @@ case $basic_machine in | |||
| 362 | | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | 364 | | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ |
| 363 | | pyramid-* \ | 365 | | pyramid-* \ |
| 364 | | romp-* | rs6000-* \ | 366 | | romp-* | rs6000-* \ |
| 365 | | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | 367 | | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ |
| 366 | | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | 368 | | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ |
| 367 | | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | 369 | | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ |
| 368 | | sparclite-* \ | 370 | | sparclite-* \ |
| @@ -1182,7 +1184,7 @@ case $basic_machine in | |||
| 1182 | we32k) | 1184 | we32k) |
| 1183 | basic_machine=we32k-att | 1185 | basic_machine=we32k-att |
| 1184 | ;; | 1186 | ;; |
| 1185 | sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) | 1187 | sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) |
| 1186 | basic_machine=sh-unknown | 1188 | basic_machine=sh-unknown |
| 1187 | ;; | 1189 | ;; |
| 1188 | sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) | 1190 | sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) |