public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* support more sh targets in top level configure
@ 2005-05-06  4:46 Mike Frysinger
  2005-05-06  6:13 ` Kaz Kojima
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Frysinger @ 2005-05-06  4:46 UTC (permalink / raw)
  To: binutils

here's a small patch by Paul Mundt ... it applies against mainline (but can be 
applied to 2.16 branch if that's allowed)

r10231 | lethal | 2005-05-02 09:58:00 -0400 (Mon, 02 May 2005) | 13 lines

Likewise, binutils has no idea about any of these new targets either, so we
fix that up too.. now we're able to actually build a real toolchain for
sh2a_nofpu- and other more ineptly named toolchains (and yes, there are more
inept targets than that one, really. Go look, I promise).

Index: configure.in
===================================================================
RCS file: /cvs/src/src/configure.in,v
retrieving revision 1.266
diff -u -U1 -r1.266 configure.in
--- configure.in    5 May 2005 01:36:31 -0000   1.266
+++ configure.in    6 May 2005 02:17:56 -0000
@@ -426,3 +426,3 @@
     ;;
-  sh-*-linux*)
+  sh*-*-linux*)
     noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
@@ -714,3 +714,3 @@
     ;;
-  sh-*-* | sh64-*-*)
+  sh*-*-* | sh64*-*-*)
     case "${host}" in
-mike

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-05-06 23:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-06  4:46 support more sh targets in top level configure Mike Frysinger
2005-05-06  6:13 ` Kaz Kojima
2005-05-06 16:04   ` Mike Frysinger
2005-05-06 23:18     ` Kaz Kojima

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).