From f7f1bb1485525f5c604997d5177b8dbeb9a1536e Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 30 Apr 2003 19:32:25 +0000 Subject: [PATCH] Add __amd64__ to the list of things that use IEEEFP --- lib/libc/xdr/xdr_float.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/xdr/xdr_float.c b/lib/libc/xdr/xdr_float.c index 4c45fff9d6f9..2dd97ad96690 100644 --- a/lib/libc/xdr/xdr_float.c +++ b/lib/libc/xdr/xdr_float.c @@ -64,7 +64,7 @@ __FBSDID("$FreeBSD$"); #if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \ defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \ defined(__arm32__) || defined(__ppc__) || defined(__ia64__) || \ - defined(__arm26__) || defined(__sparc64__) + defined(__arm26__) || defined(__sparc64__) || defined(__amd64__) #include #define IEEEFP #endif