Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-08-29 12:57:40 +0400
committerNick Clifton <nickc@redhat.com>2007-08-29 12:57:40 +0400
commitd48946a61eb770343a7918f8aabaa09ada68eb52 (patch)
treeca66910e8255cc9ccfece879e6dd6be090c42ecd
parentd4a278865234a6bd207dc12a0305e30f3b759284 (diff)
* config.sub: Add support for cr16 target.
-rw-r--r--ChangeLog4
-rwxr-xr-xconfig.sub6
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 82eb4987b..11d15d785 100644
--- 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.
diff --git a/config.sub b/config.sub
index c060f4483..014646224 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
;;