From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17200 invoked by alias); 1 Feb 2008 01:20:28 -0000 Received: (qmail 17182 invoked by uid 22791); 1 Feb 2008 01:20:27 -0000 X-Spam-Check-By: sourceware.org Received: from hq.tensilica.com (HELO mailapp.tensilica.com) (65.205.227.29) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 01 Feb 2008 01:20:02 +0000 Received: from localhost ([127.0.0.1]) by mailapp.tensilica.com with esmtp (Exim 4.34) id 1JKkZT-0004tH-Im; Thu, 31 Jan 2008 17:19:59 -0800 Received: from mailapp.tensilica.com ([127.0.0.1]) by localhost (mailapp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 18323-07; Thu, 31 Jan 2008 17:19:59 -0800 (PST) Received: from marcxp.hq.tensilica.com ([192.168.11.171] helo=marcxp) by mailapp.tensilica.com with smtp (Exim 4.34) id 1JKkZT-0004tB-0y; Thu, 31 Jan 2008 17:19:59 -0800 From: "Marc Gauthier" To: Cc: , , "Bob Wilson" Subject: PATCH: Recognizing Xtensa processor variants (1 of 2) Date: Fri, 01 Feb 2008 01:20:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-02/txt/msg00002.txt.bz2 Hi, This set of patches allows recognizing Xtensa processor variants. The corresponding change to config.{sub,guess} is already in place. (The next email only goes out to the binutils list.) Thanks, -Marc 2008-01-31 Marc Gauthier * configure.ac (xtensa*-*-*): Recognize processor variants. * configure: Regenerate. Index: configure.ac =================================================================== RCS file: /cvs/src/src/configure.ac,v retrieving revision 1.34 diff -u -p -r1.34 configure.ac --- configure.ac 31 Jan 2008 10:39:43 -0000 1.34 +++ configure.ac 31 Jan 2008 20:51:39 -0000 @@ -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* | \