diff options
author | Nick Clifton <nickc@redhat.com> | 2007-08-29 08:57:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-08-29 08:57:40 +0000 |
commit | 971aaaa5b793a427ef5b590b0286445d7abc29f0 (patch) | |
tree | afb137909f6c14320768c390763fbee0ac8f1360 | |
parent | 429c15693cbc151d24546c397e8c7435f77e1b14 (diff) | |
download | gdb-971aaaa5b793a427ef5b590b0286445d7abc29f0.zip gdb-971aaaa5b793a427ef5b590b0286445d7abc29f0.tar.gz gdb-971aaaa5b793a427ef5b590b0286445d7abc29f0.tar.bz2 |
* config.sub: Add support for cr16 target.
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | config.sub | 6 |
2 files changed, 9 insertions, 1 deletions
@@ -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. @@ -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 ;; |