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
path: root/newlib
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-05-21 22:20:18 +0400
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-05-21 22:20:18 +0400
commitdd671cde6f7652dd2ea9ff804803aedaf823b5ef (patch)
tree6bd774ec39a766217a1435da728982da7780ad7c /newlib
parent382df84bdad46cd1240546bde6a27ab85309569a (diff)
2002-05-21 Dhananjay Deshpande <dhananjayd@kpit.com>
* configure.host: Specify sys_dir=h8300hms for h8300-*-coff* target.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/configure.host3
2 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 0ef806876..fa64dc06c 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-21 Dhananjay Deshpande <dhananjayd@kpit.com>
+
+ * configure.host: Specify sys_dir=h8300hms for h8300-*-coff* target.
+
2002-05-17 Jeff Johnston <jjohnstn@redhat.com>
* Makefile.am: Copy and install headers from sys/machine/include
diff --git a/newlib/configure.host b/newlib/configure.host
index ebf3a2bbb..69f793328 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -281,6 +281,9 @@ case "${host}" in
h8300-*-elf*)
sys_dir=h8300hms
;;
+ h8300-*-coff*)
+ sys_dir=h8300hms
+ ;;
h8300-*-xray*)
sys_dir=h8300xray
;;