From 631dd5983f0c0fa38bf5cc55e0c8241cfa41c1bc Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Fri, 1 Feb 2008 18:32:06 +0000 Subject: [PATCH] 2008-01-31 Marc Gauthier * configure.ac (xtensa*-*-*): Recognize processor variants. * configure: Regenerate. --- ChangeLog | 5 +++++ configure | 4 ++-- configure.ac | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 201971247..380a48c20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-31 Marc Gauthier + + * configure.ac (xtensa*-*-*): Recognize processor variants. + * configure: Regenerate. + 2008-01-30 Ralf Wildenhues PR bootstrap/34922 diff --git a/configure b/configure index 4cdcd0a34..15406285f 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* | \ diff --git a/configure.ac b/configure.ac index 2cd53dc7d..56d7f12d3 100644 --- a/configure.ac +++ b/configure.ac @@ -875,7 +875,7 @@ case "${target}" in vax-*-*) noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}" ;; - xtensa-*-*) + xtensa*-*-*) noconfigdirs="$noconfigdirs ${libgcj}" ;; ip2k-*-*) @@ -1795,7 +1795,7 @@ case "${target}" in v850*-*-*) md_exec_prefix=/usr/ccs/bin ;; - xtensa-*-elf*) + xtensa*-*-elf*) ;; *-*-beos* | \ -- 2.11.4.GIT