2004-09-23 Ralf Corsepius <ralf_corsepius@rtems.org>

* librpc/src/xdr/xdr_float.c: Add __AVR__.
This commit is contained in:
Ralf Corsepius
2004-09-23 08:19:27 +00:00
parent 9a76986097
commit e5c8049c3d
2 changed files with 6 additions and 1 deletions

View File

@@ -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).

View File

@@ -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)