Skip to content

Commit

Permalink
* config.sub: Add support for cr16 target.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclifton committed Aug 29, 2007
1 parent 2550e94 commit 92bc96e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 5 additions & 1 deletion config.sub
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
;;
Expand Down

0 comments on commit 92bc96e

Please sign in to comment.