This is the mail archive of the newlib@sourceware.org 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][rfc] New Target: Toshiba Media Processor


Hi,

On behalf of Red Hat and Toshiba, I would like to contribute libgloss support for the Toshiba Media Processor (MeP). Please see the attached patch and tarball.

This port had been supported by Red Hat and available from Toshiba since 2001. Toshiba has now given us permission to contribute it to the public repository.

In addition to contributing this code, I am also offering to maintain it.

Seeking approval to commit.

Dave
2007-02-05  Dave Brolley  <brolley@redhat.com>

	* mep: New target directory.
	* README: Add MeP.
	* configure.in: Add support for MeP.
	* configure: Regenerated.

Index: libgloss/configure.in
===================================================================
RCS file: /cvs/src/src/libgloss/configure.in,v
retrieving revision 1.21
diff -c -p -r1.21 configure.in
*** libgloss/configure.in	18 Dec 2006 21:48:18 -0000	1.21
--- libgloss/configure.in	5 Feb 2007 19:05:41 -0000
*************** case "${target}" in
*** 104,109 ****
--- 104,113 ----
  	AC_CONFIG_SUBDIRS(mcore)
  	config_testsuite=true
  	;;
+   mep-*-*)
+ 	AC_CONFIG_SUBDIRS(mep)
+ 	config_testsuite = true;
+ 	;;
    mt-*-*)
          AC_CONFIG_SUBDIRS(mt)
  	config_testsuite=true

Attachment: mep-libgloss.mep.tar.gz
Description: GNU Zip compressed data


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