aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Houchard <cognet@FreeBSD.org>2004-05-14 11:51:22 +0000
committerOlivier Houchard <cognet@FreeBSD.org>2004-05-14 11:51:22 +0000
commit1d7c6c331170245ef103514c9cf98abe3a83e36b (patch)
tree7e937ca3a82c84ec0e21271eb6b4e1545f409afa
parent57734c02cd291e4add4af423c1adb2cc9f672459 (diff)
downloadsrc-1d7c6c331170245ef103514c9cf98abe3a83e36b.tar.gz
src-1d7c6c331170245ef103514c9cf98abe3a83e36b.zip
We use __arm__, not __arm32__.
Notes
Notes: svn path=/head/; revision=129201
-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 2dd97ad96690..b1b8dc7c9327 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