* PATCH: Recognizing Xtensa processor variants (1 of 2)
@ 2008-02-01 1:20 Marc Gauthier
2008-02-01 18:34 ` Bob Wilson
0 siblings, 1 reply; 2+ messages in thread
From: Marc Gauthier @ 2008-02-01 1:20 UTC (permalink / raw)
To: binutils; +Cc: gdb-patches, gcc-patches, Bob Wilson
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* | \
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-01 18:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-01 1:20 PATCH: Recognizing Xtensa processor variants (1 of 2) Marc Gauthier
2008-02-01 18:34 ` Bob Wilson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox