diff --git a/ChangeLog b/ChangeLog index d3bb3a9..958744d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-12-03 Bob Wilson + + * config.sub: Add support for Xtensa targets. + 2001-11-30 Ben Elliston * config.sub: Recognise NEC v850e. From Miles Bader . diff --git a/config.sub b/config.sub index 07e5af1..e617539 100755 --- a/config.sub +++ b/config.sub @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. -timestamp='2001-11-30' +timestamp='2001-12-03' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -251,7 +251,7 @@ case $basic_machine in | tahoe | thumb | tic80 | tron \ | v850 | v850e \ | we32k \ - | x86 | xscale | xstormy16 \ + | x86 | xscale | xstormy16 | xtensa \ | z8k) basic_machine=$basic_machine-unknown ;; @@ -310,6 +310,7 @@ case $basic_machine in | v850-* | v850e-* | vax-* \ | we32k-* \ | x86-* | x86_64-* | xmp-* | xps100-* | xscale-* | xstormy16-* \ + | xtensa-* \ | ymp-* \ | z8k-*) ;;