2002-05-21 Dhananjay Deshpande <dhananjayd@kpit.com>

* configure.host: Specify sys_dir=h8300hms for h8300-*-coff* target.
This commit is contained in:
Thomas Fitzsimmons 2002-05-21 18:20:18 +00:00
parent 382df84bda
commit dd671cde6f
2 changed files with 7 additions and 0 deletions

View 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

View File

@ -281,6 +281,9 @@ case "${host}" in
h8300-*-elf*)
sys_dir=h8300hms
;;
h8300-*-coff*)
sys_dir=h8300hms
;;
h8300-*-xray*)
sys_dir=h8300xray
;;