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] |
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] |