diff options
author | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-05-21 18:20:18 +0000 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-05-21 18:20:18 +0000 |
commit | dd671cde6f7652dd2ea9ff804803aedaf823b5ef (patch) | |
tree | 6bd774ec39a766217a1435da728982da7780ad7c /newlib/configure.host | |
parent | 382df84bdad46cd1240546bde6a27ab85309569a (diff) | |
download | cygnal-dd671cde6f7652dd2ea9ff804803aedaf823b5ef.tar.gz cygnal-dd671cde6f7652dd2ea9ff804803aedaf823b5ef.tar.bz2 cygnal-dd671cde6f7652dd2ea9ff804803aedaf823b5ef.zip |
2002-05-21 Dhananjay Deshpande <dhananjayd@kpit.com>
* configure.host: Specify sys_dir=h8300hms for h8300-*-coff* target.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 3 |
1 files changed, 3 insertions, 0 deletions
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 ;; |