]> git.mxchange.org Git - simgear.git/commitdiff
Add ppc64 to the list of supported platforms based on testing by Tom Callaway at...
authorandy <andy>
Tue, 31 Jul 2007 20:57:21 +0000 (20:57 +0000)
committerandy <andy>
Tue, 31 Jul 2007 20:57:21 +0000 (20:57 +0000)
simgear/nasal/naref.h

index 0599dd83a67c7d2c28122aa0491fc9386261a5ba..153de6f1bf75eb4dae67c524f80b8850e29b33bd 100644 (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