From: Bob Wilson Date: Fri, 1 Feb 2008 18:32:06 +0000 (+0000) Subject: 2008-01-31 Marc Gauthier X-Git-Tag: gdb_6_8-2008-02-26-branchpoint~244 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b66833e78c6d0d27e1ebb5ad1a80ecc4f559741;p=external%2Fbinutils.git 2008-01-31 Marc Gauthier * configure.ac (xtensa*-*-*): Recognize processor variants. * configure: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 2019712..380a48c 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 4cdcd0a..1540628 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 2cd53dc..56d7f12 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* | \