public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: binutils@gcc.gnu.org
Subject: support more sh targets in top level configure
Date: Fri, 06 May 2005 04:46:00 -0000	[thread overview]
Message-ID: <200505052223.03169.vapier@gentoo.org> (raw)

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

             reply	other threads:[~2005-05-06  2:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-06  4:46 Mike Frysinger [this message]
2005-05-06  6:13 ` Kaz Kojima
2005-05-06 16:04   ` Mike Frysinger
2005-05-06 23:18     ` Kaz Kojima

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=200505052223.03169.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=binutils@gcc.gnu.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).