From: "Marc Gauthier" <marc@tensilica.com>
To: <binutils@sources.redhat.com>
Cc: <gdb-patches@sources.redhat.com>, <gcc-patches@gcc.gnu.org>,
"Bob Wilson" <bwilson@tensilica.com>
Subject: PATCH: Recognizing Xtensa processor variants (1 of 2)
Date: Fri, 01 Feb 2008 01:20:00 -0000 [thread overview]
Message-ID: <BMEBLILHDELOCLHMCPHNIEFMGKAA.marc@tensilica.com> (raw)
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 <marc@tensilica.com>
* 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* | \
next reply other threads:[~2008-02-01 1:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-01 1:20 Marc Gauthier [this message]
2008-02-01 18:34 ` Bob Wilson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=BMEBLILHDELOCLHMCPHNIEFMGKAA.marc@tensilica.com \
--to=marc@tensilica.com \
--cc=binutils@sources.redhat.com \
--cc=bwilson@tensilica.com \
--cc=gcc-patches@gcc.gnu.org \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox