This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Include sys_dir h8300hms in h8300-coff target


Hi,

Currently h8300-coff target does not have crt0 and syscalls. This patch uses sys_dir h8300hms for h8300-coff target which is there for h8300-hms and h8300-elf targets.

2002-05-14 Dhananjay Deshpande <dhananjayd@kpit.com>
	* configure.host: Specify sys_dir=h8300hms for h8300-*-coff* target

===================================================================
*** newlib/configure.host	Fri May 10 12:23:44 2002
--- newlib/configure.host.new	Fri May 10 12:30:21 2002
***************
*** 258,261 ****
--- 258,264 ----
  	sys_dir=h8300hms
  	;;
+   h8300-*-coff*)
+ 	sys_dir=h8300hms
+ 	;;
    h8300-*-xray*)
  	sys_dir=h8300xray
===================================================================
Regards,
Dhananjay

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Free download of GNUSH and GNUH8 tool chains for Hitachi's SH and H8 Series.
The following site also offers free support to European customers.
Read more at http://www.kpit.com/products/support.htm
Latest versions of GNUSH and GNUH8 are released on Apr 1, 2002.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]