2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>

* configure.ac, librpc/src/xdr/xdr_float.c, score/cpu/Makefile.am: Add
	Lattice Mico32 support.
This commit is contained in:
Joel Sherrill
2008-12-04 22:53:33 +00:00
parent 6b4d0b8e9a
commit 15e44fd15b
4 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>
* configure.ac, librpc/src/xdr/xdr_float.c, score/cpu/Makefile.am: Add
Lattice Mico32 support.
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1348/cpukit

View File

@@ -338,6 +338,7 @@ score/cpu/avr/Makefile
score/cpu/c4x/Makefile
score/cpu/h8300/Makefile
score/cpu/i386/Makefile
score/cpu/lm32/Makefile
score/cpu/m68k/Makefile
score/cpu/m32c/Makefile
score/cpu/m32r/Makefile

View File

@@ -60,6 +60,7 @@ static char *rcsid = "$FreeBSD: src/lib/libc/xdr/xdr_float.c,v 1.7 1999/08/28 00
defined(__H8300__) || defined(__H8300H__) || defined(__H8300S__) || \
defined(__hppa__) || \
defined(__i386__) || \
defined(__lm32__) || \
defined(__m68k__) || defined(__mc68000__) || \
defined(__mips__) || \
defined(__nios2__) || \

View File

@@ -4,8 +4,8 @@
SUBDIRS = @RTEMS_CPU@
DIST_SUBDIRS = arm bfin h8300 i386 m68k m32c m32r mips no_cpu powerpc sh \
sparc unix
DIST_SUBDIRS = arm bfin h8300 i386 lm32 m68k m32c m32r mips no_cpu \
powerpc sh sparc unix
DIST_SUBDIRS += avr
include $(top_srcdir)/automake/subdirs.am