From 7d3a50a8ec435b0ced80da2c33aa8797181c6ed5 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 30 Apr 2003 19:32:25 +0000 Subject: Add __amd64__ to the list of things that use IEEEFP --- lib/libc/xdr/xdr_float.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/xdr/xdr_float.c b/lib/libc/xdr/xdr_float.c index 4c45fff..2dd97ad 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 -- cgit v1.1