Changeset e5c8049 in rtems


Ignore:
Timestamp:
09/23/04 08:19:27 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
76bc393
Parents:
9a769860
Message:

2004-09-23 Ralf Corsepius <ralf_corsepius@…>

  • librpc/src/xdr/xdr_float.c: Add AVR.
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r9a769860 re5c8049  
     12004-09-23      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * librpc/src/xdr/xdr_float.c: Add __AVR__.
     4
    152004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
    26
  • cpukit/librpc/src/xdr/xdr_float.c

    r9a769860 re5c8049  
    6767    defined(__sparc__) || \
    6868    defined(__ppc__) || defined(__PPC__) || \
    69     defined(__sh__)
     69    defined(__sh__) || \
     70    defined(__AVR__)
    7071
    7172#include <machine/endian.h>
Note: See TracChangeset for help on using the changeset viewer.