mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
2004-09-23 Ralf Corsepius <ralf_corsepius@rtems.org>
* librpc/src/xdr/xdr_float.c: Add __AVR__.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2004-09-23 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* librpc/src/xdr/xdr_float.c: Add __AVR__.
|
||||
|
||||
2004-09-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
|
||||
|
||||
@@ -66,7 +66,8 @@ static char *rcsid = "$FreeBSD: src/lib/libc/xdr/xdr_float.c,v 1.7 1999/08/28 00
|
||||
defined(__ns32k__) || \
|
||||
defined(__sparc__) || \
|
||||
defined(__ppc__) || defined(__PPC__) || \
|
||||
defined(__sh__)
|
||||
defined(__sh__) || \
|
||||
defined(__AVR__)
|
||||
|
||||
#include <machine/endian.h>
|
||||
#if !defined(IEEEFP)
|
||||
|
||||
Reference in New Issue
Block a user