[rtems commit] Add or1k to the list of targets that use IEEE 754 in xdr_float.c

Joel Sherrill joel at rtems.org
Mon Aug 25 16:05:53 UTC 2014


Module:    rtems
Branch:    master
Commit:    e5f6ca87e122b85c1b757dfedd1432f60ea96c85
Changeset: http://git.rtems.org/rtems/commit/?id=e5f6ca87e122b85c1b757dfedd1432f60ea96c85

Author:    Hesham ALMatary <heshamelmatary at gmail.com>
Date:      Fri Aug 22 15:22:04 2014 -0500

Add or1k to the list of targets that use IEEE 754 in xdr_float.c

---

 cpukit/librpc/src/xdr/xdr_float.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/cpukit/librpc/src/xdr/xdr_float.c b/cpukit/librpc/src/xdr/xdr_float.c
index 8640058..cf081a7 100644
--- a/cpukit/librpc/src/xdr/xdr_float.c
+++ b/cpukit/librpc/src/xdr/xdr_float.c
@@ -69,6 +69,7 @@ static char *rcsid = "$FreeBSD: src/lib/libc/xdr/xdr_float.c,v 1.7 1999/08/28 00
     defined(__mips__) || defined(__moxie__) || \
     defined(__nios2__) || \
     defined(__ns32k__) || \
+    defined(__or1k__)  || \
     defined(__sparc__) || \
     defined(__ppc__) || defined(__PPC__) || \
     defined(__sh__) || \



More information about the vc mailing list