diff options
author | bwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-02-01 18:31:59 +0000 |
---|---|---|
committer | bwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-02-01 18:31:59 +0000 |
commit | c1d3813f300942817e1d19b05af0b4f8eb895ad1 (patch) | |
tree | c12700dec145bfaa0e04bea808de3499f4824d14 /configure | |
parent | 6ccd4361ae59a60e199f38219b0f74d86a639fbe (diff) | |
download | gcc-c1d3813f300942817e1d19b05af0b4f8eb895ad1.tar.gz |
2008-01-31 Marc Gauthier <marc@tensilica.com>
* configure.ac (xtensa*-*-*): Recognize processor variants.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132048 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index 4cdcd0a3454..15406285fc8 100755 --- a/configure +++ b/configure @@ -2598,7 +2598,7 @@ case "${target}" in vax-*-*) noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}" ;; - xtensa-*-*) + xtensa*-*-*) noconfigdirs="$noconfigdirs ${libgcj}" ;; ip2k-*-*) @@ -5275,7 +5275,7 @@ case "${target}" in v850*-*-*) md_exec_prefix=/usr/ccs/bin ;; - xtensa-*-elf*) + xtensa*-*-elf*) ;; *-*-beos* | \ |