tags 559102 patch
thanks

Hi,

According to my understanding hppa is (also) IEEE754 compliant architecture, 
so the attached patch is in order.

-- 
pub 4096R/0E4BD0AB <people.fccf.net/danchev/key pgp.mit.edu>
diff -Naur libtirpc-0.2.0.orig/src/xdr_float.c libtirpc-0.2.0/src/xdr_float.c
--- libtirpc-0.2.0.orig/src/xdr_float.c	2010-08-29 08:59:15.000000000 +0300
+++ libtirpc-0.2.0/src/xdr_float.c	2010-08-29 08:59:55.000000000 +0300
@@ -59,7 +59,7 @@
     defined(__arm32__) || defined(__ppc__) || defined(__ia64__) || \
     defined(__arm26__) || defined(__sparc64__) || defined(__amd64__) || \
     defined(__powerpc__) || defined(__s390__) || defined(__arm__) || \
-    defined(__sh__)
+    defined(__sh__) || defined(__hppa__)
 #include <bits/endian.h>
 #define IEEEFP
 #endif

Reply via email to