diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2006-10-15 17:04:16 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2006-10-15 17:04:16 +0000 |
commit | 4ec36c5cf995b41c34fa82b07a9dc0ddafcb2eeb (patch) | |
tree | 996c5dc7a0abfc3fc4a9131aa37c85705cf4349b /lib/config.sub | |
parent | 56e3e04b276b5361708f6e4ba05314ec7407d3bc (diff) | |
download | automake-4ec36c5cf995b41c34fa82b07a9dc0ddafcb2eeb.tar.gz |
* lib/config.sub, lib/texinfo.tex: New upstream versions.
Diffstat (limited to 'lib/config.sub')
-rw-r--r-- | lib/config.sub | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/config.sub b/lib/config.sub index 53954dbe9..fab0aa355 100644 --- a/lib/config.sub +++ b/lib/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2006-08-14' +timestamp='2006-09-20' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -276,6 +276,7 @@ case $basic_machine in | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ + | score \ | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ @@ -1370,6 +1371,9 @@ else # system, and we'll never get to this point. case $basic_machine in + score-*) + os=-elf + ;; spu-*) os=-elf ;; |