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 | 69e42eba3082258256e0957f8c9b6ee5eda5aacb (patch) | |
tree | 9d3d9dcbdf263b2bb9cf9a6d4f610910379db6d7 /config.sub | |
parent | 326802ca3a3cfc9e07d77c474d614293cad2516f (diff) | |
download | gdb-69e42eba3082258256e0957f8c9b6ee5eda5aacb.tar.gz |
* config.sub: Add support for cr16 target.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config.sub b/config.sub index c060f448339..014646224c1 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 ;; |