forked from Imagelibrary/rtems
2006-08-09 Kolja Waschk <waschk@telos.de>
* configure.ac, librpc/src/xdr/xdr_float.c, score/cpu/Makefile.am: New port to Altera NIOS II.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-08-09 Kolja Waschk <waschk@telos.de>
|
||||
|
||||
* configure.ac, librpc/src/xdr/xdr_float.c, score/cpu/Makefile.am: New
|
||||
port to Altera NIOS II.
|
||||
|
||||
2006-08-08 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* libnetworking/rtems/rtems_mii_ioctl_kern.c:
|
||||
|
||||
@@ -293,6 +293,7 @@ score/cpu/h8300/Makefile
|
||||
score/cpu/i386/Makefile
|
||||
score/cpu/m68k/Makefile
|
||||
score/cpu/mips/Makefile
|
||||
score/cpu/nios2/Makefile
|
||||
score/cpu/powerpc/Makefile
|
||||
score/cpu/sh/Makefile
|
||||
score/cpu/sparc/Makefile
|
||||
|
||||
@@ -62,6 +62,7 @@ static char *rcsid = "$FreeBSD: src/lib/libc/xdr/xdr_float.c,v 1.7 1999/08/28 00
|
||||
defined(__i386__) || \
|
||||
defined(__m68k__) || defined(__mc68000__) || \
|
||||
defined(__mips__) || \
|
||||
defined(__nios2__) || \
|
||||
defined(__ns32k__) || \
|
||||
defined(__sparc__) || \
|
||||
defined(__ppc__) || defined(__PPC__) || \
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
SUBDIRS = @RTEMS_CPU@
|
||||
|
||||
DIST_SUBDIRS = arm c4x h8300 i386 m68k mips no_cpu powerpc sh sparc \
|
||||
DIST_SUBDIRS = arm c4x h8300 i386 m68k mips nios2 no_cpu powerpc sh sparc \
|
||||
unix
|
||||
DIST_SUBDIRS += avr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user