diff options
author | Bob Wilson <bob.wilson@acm.org> | 2008-08-06 16:03:03 +0000 |
---|---|---|
committer | Bob Wilson <bwilson@gcc.gnu.org> | 2008-08-06 16:03:03 +0000 |
commit | c660f13207069d631bf0105620c43d91e72984f7 (patch) | |
tree | 1da816234ab1f60877589379ef96ad6db67a994b | |
parent | 6d65617886e363fdf518567364af5f5619adfaf4 (diff) | |
download | gcc-c660f13207069d631bf0105620c43d91e72984f7.zip gcc-c660f13207069d631bf0105620c43d91e72984f7.tar.gz gcc-c660f13207069d631bf0105620c43d91e72984f7.tar.bz2 |
config.host: Match more processor names for Xtensa.
libgcc/
* config.host: Match more processor names for Xtensa.
From-SVN: r138811
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 348afc5..35f7c8c 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2008-08-06 Bob Wilson <bob.wilson@acm.org> + + * config.host: Match more processor names for Xtensa. + 2008-07-08 H.J. Lu <hongjiu.lu@intel.com> * config/i386/64/t-softfp-compat: Update comments. diff --git a/libgcc/config.host b/libgcc/config.host index 93d1dbf..0bca859 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -558,9 +558,9 @@ vax-*-openbsd*) ;; xstormy16-*-elf) ;; -xtensa-*-elf*) +xtensa*-*-elf*) ;; -xtensa-*-linux*) +xtensa*-*-linux*) ;; am33_2.0-*-linux*) extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o" |