diff options
author | Karl Berry <karl@freefriends.org> | 2006-08-14 13:14:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-08-14 13:14:48 +0000 |
commit | e09465d4d799e964154aab0f0347cdf4598d24e4 (patch) | |
tree | 00a55f4c8e830d1c571c79ced438f774099a4989 /build-aux | |
parent | 05f76a392d77b43a3566835cc5887a54b6ea0be2 (diff) | |
download | gnulib-e09465d4d799e964154aab0f0347cdf4598d24e4.tar.gz |
autoupdate
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/config.sub | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/build-aux/config.sub b/build-aux/config.sub index 387c18d1a1..53954dbe90 100755 --- a/build-aux/config.sub +++ b/build-aux/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2006-07-02' +timestamp='2006-08-14' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -284,7 +284,7 @@ case $basic_machine in | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ - | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ + | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ | z8k) basic_machine=$basic_machine-unknown ;; @@ -367,7 +367,7 @@ case $basic_machine in | tron-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ - | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ | xstormy16-* | xtensa-* \ | ymp-* \ | z8k-*) @@ -909,6 +909,10 @@ case $basic_machine in sb1el) basic_machine=mipsisa64sb1el-unknown ;; + sde) + basic_machine=mipsisa32-sde + os=-elf + ;; sei) basic_machine=mips-sei os=-seiux |