Add ppc64 to the list of supported platforms based on testing by Tom Callaway at Red Hat

This commit is contained in:
andy
2007-07-31 20:57:21 +00:00
parent fb49a9192e
commit 2186fc1fc7

View File

@@ -5,7 +5,8 @@
* platform-dependent endianness headers, just detect the platforms we
* support. This list is simpler and smaller, yet still quite
* complete. */
#if (defined(__x86_64) && defined(__linux__)) || defined(__sparcv9)
#if (defined(__x86_64) && defined(__linux__)) || defined(__sparcv9) || \
defined(__powerpc64__)
/* Win64 and Irix should work with this too, but have not been
* tested */
# define NASAL_NAN64