]> sourceware.org Git - newlib-cygwin.git/commitdiff
2002-05-21 Dhananjay Deshpande <dhananjayd@kpit.com>
authorThomas Fitzsimmons <fitzsim@redhat.com>
Tue, 21 May 2002 18:20:18 +0000 (18:20 +0000)
committerThomas Fitzsimmons <fitzsim@redhat.com>
Tue, 21 May 2002 18:20:18 +0000 (18:20 +0000)
* configure.host: Specify sys_dir=h8300hms for h8300-*-coff* target.

newlib/ChangeLog
newlib/configure.host

index 0ef806876c92bea7265189cbc80d260ec39ed388..fa64dc06cae2615b62abb767e211316f2d868952 100644 (file)
@@ -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
index ebf3a2bbb59820fbaf3c4d6f104ec5b7f921c53d..69f79332841ee13a75039de21325fa8c7a531e13 100644 (file)
@@ -281,6 +281,9 @@ case "${host}" in
   h8300-*-elf*)
        sys_dir=h8300hms
        ;;
+  h8300-*-coff*)
+       sys_dir=h8300hms
+       ;;
   h8300-*-xray*)
        sys_dir=h8300xray
        ;;
This page took 0.042021 seconds and 5 git commands to generate.