This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch][RFA] enable cr16-*-elf triplet


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]