]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* config.sub: Add support for cr16 target.
authorNick Clifton <nickc@redhat.com>
Wed, 29 Aug 2007 08:57:40 +0000 (08:57 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 29 Aug 2007 08:57:40 +0000 (08:57 +0000)
ChangeLog
config.sub

index 82eb4987bd835e9f230573a5a8229afcaf9fe497..11d15d785d1656a6456714cd96650fb94cf8a080 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-08-29  M R Swami Reddy  <MR.Swami.Redd@nsc.com>
+
+       * config.sub: Add support for cr16 target.
+
 2007-08-21  Richard Guenther  <rguenther@suse.de>
 
        * configure.ac: Add types checking to stage1 checking flags.
index c060f4483392e413a117c86be997c656e9186f22..014646224c1cbe99d30f43ed455df4dc14d61841 100755 (executable)
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2007-04-29'
+timestamp='2007-08-29'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -479,6 +479,10 @@ case $basic_machine in
                basic_machine=cr16c-unknown
                os=-elf
                ;;
+        cr16)
+               basic_machine=cr16-unknown
+               os=-elf
+               ;;
        crds | unos)
                basic_machine=m68k-crds
                ;;