From: Nick Clifton Date: Wed, 29 Aug 2007 08:57:40 +0000 (+0000) Subject: * config.sub: Add support for cr16 target. X-Git-Tag: gdb_6_7-2007-09-07-branchpoint~104 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=971aaaa5b793a427ef5b590b0286445d7abc29f0;p=platform%2Fupstream%2Fbinutils.git * config.sub: Add support for cr16 target. --- diff --git a/ChangeLog b/ChangeLog index 82eb498..11d15d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-08-29 M R Swami Reddy + + * config.sub: Add support for cr16 target. + 2007-08-21 Richard Guenther * configure.ac: Add types checking to stage1 checking flags. diff --git a/config.sub b/config.sub index c060f44..0146462 100755 --- a/config.sub +++ b/config.sub @@ -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 ;;