Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Masaki Muranaka <monaka@monami-software.com>
To: config-patches@gnu.org
Cc: binutils@sourceware.org, gdb-patches@sourceware.org
Subject: [patch][RFA] enable cr16-*-elf triplet
Date: Wed, 08 Dec 2010 01:21:00 -0000	[thread overview]
Message-ID: <4B059380-CB77-4678-8BC0-8E49B331BF14@monami-software.com> (raw)

Hello,

It's a simple issue.

$ ./config.sub cr16-random-elf
Invalid configuration `cr16-random-elf': machine `cr16-random' not recognized
$ ./config.sub cr16-elf
cr16-unknown-elf

It should be accepted triplet.

Thanks,

2010-12-08  Masaki Muranaka  <monaka@monami-software.com>

	* config.sub: Add cr16-*-elf triplet


diff --git a/config.sub b/config.sub
index 204218c..6939dfb 100755
--- a/config.sub
+++ b/config.sub
@@ -537,7 +537,7 @@ case $basic_machine in
 		basic_machine=craynv-cray
 		os=-unicosmp
 		;;
-	cr16)
+	cr16 | cr16-*)
 		basic_machine=cr16-unknown
 		os=-elf
 		;;


             reply	other threads:[~2010-12-08  1:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-08  1:21 Masaki Muranaka [this message]
2010-12-08  3:09 ` Alan Modra
2010-12-11 10:18 ` Ben Elliston

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=4B059380-CB77-4678-8BC0-8E49B331BF14@monami-software.com \
    --to=monaka@monami-software.com \
    --cc=binutils@sourceware.org \
    --cc=config-patches@gnu.org \
    --cc=gdb-patches@sourceware.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