Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [patch][RFA] enable cr16-*-elf triplet
@ 2010-12-08  1:21 Masaki Muranaka
  2010-12-08  3:09 ` Alan Modra
  2010-12-11 10:18 ` Ben Elliston
  0 siblings, 2 replies; 3+ messages in thread
From: Masaki Muranaka @ 2010-12-08  1:21 UTC (permalink / raw)
  To: config-patches; +Cc: binutils, gdb-patches

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
 		;;


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

end of thread, other threads:[~2010-12-11 10:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-08  1:21 [patch][RFA] enable cr16-*-elf triplet Masaki Muranaka
2010-12-08  3:09 ` Alan Modra
2010-12-11 10:18 ` Ben Elliston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox