Add bfin.

This commit is contained in:
Ralf Corsepius
2006-11-09 10:28:59 +00:00
parent e306f333d6
commit e4fec9007e

View File

@@ -67,7 +67,8 @@ static char *rcsid = "$FreeBSD: src/lib/libc/xdr/xdr_float.c,v 1.7 1999/08/28 00
defined(__sparc__) || \
defined(__ppc__) || defined(__PPC__) || \
defined(__sh__) || \
defined(__AVR__)
defined(__AVR__) || \
defined(__BFIN__)
#include <machine/endian.h>
#if !defined(IEEEFP)