diff options
author | Bob Wilson <bob.wilson@acm.org> | 2008-02-01 18:32:06 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2008-02-01 18:32:06 +0000 |
commit | ac529f37ebff2ddd22d74a774c70d5c2e78e8aaf (patch) | |
tree | 3387a29371f584cc713559e3a1d20f473b3670a1 /configure | |
parent | c299e48ed86112ce1a7aaf86c599347d16c1af31 (diff) | |
download | gdb-ac529f37ebff2ddd22d74a774c70d5c2e78e8aaf.tar.gz |
2008-01-31 Marc Gauthier <marc@tensilica.com>
* configure.ac (xtensa*-*-*): Recognize processor variants.
* configure: Regenerate.
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* | \ |