diff options
author | peter <peter@FreeBSD.org> | 2003-04-30 19:32:25 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-04-30 19:32:25 +0000 |
commit | 7d3a50a8ec435b0ced80da2c33aa8797181c6ed5 (patch) | |
tree | 2d38f6de64e07ca333c666e7b0edaac63798154e /lib/libc/xdr/xdr_float.c | |
parent | 3ecb61f317655471a2ff928105adcd56ce37cdc3 (diff) | |
download | FreeBSD-src-7d3a50a8ec435b0ced80da2c33aa8797181c6ed5.zip FreeBSD-src-7d3a50a8ec435b0ced80da2c33aa8797181c6ed5.tar.gz |
Add __amd64__ to the list of things that use IEEEFP
Diffstat (limited to 'lib/libc/xdr/xdr_float.c')
-rw-r--r-- | lib/libc/xdr/xdr_float.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <machine/endian.h> #define IEEEFP #endif |