summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2004-05-14 11:51:22 +0000
committercognet <cognet@FreeBSD.org>2004-05-14 11:51:22 +0000
commit90f48ef1d2da8652d325e845334302aef9b6f5b9 (patch)
tree7e937ca3a82c84ec0e21271eb6b4e1545f409afa
parentd57448a39256a3b430ca787d2d75931086c45d67 (diff)
downloadFreeBSD-src-90f48ef1d2da8652d325e845334302aef9b6f5b9.zip
FreeBSD-src-90f48ef1d2da8652d325e845334302aef9b6f5b9.tar.gz
We use __arm__, not __arm32__.
-rw-r--r--lib/libc/xdr/xdr_float.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/xdr/xdr_float.c b/lib/libc/xdr/xdr_float.c
index 2dd97ad..b1b8dc7 100644
--- a/lib/libc/xdr/xdr_float.c
+++ b/lib/libc/xdr/xdr_float.c
@@ -63,7 +63,7 @@ __FBSDID("$FreeBSD$");
#if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \
defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \
- defined(__arm32__) || defined(__ppc__) || defined(__ia64__) || \
+ defined(__arm__) || defined(__ppc__) || defined(__ia64__) || \
defined(__arm26__) || defined(__sparc64__) || defined(__amd64__)
#include <machine/endian.h>
#define IEEEFP
OpenPOWER on IntegriCloud