diff options
author | Mike A. Harris <mharris@redhat.com> | 2004-03-11 09:16:51 +0000 |
---|---|---|
committer | Mike A. Harris <mharris@redhat.com> | 2004-03-11 09:16:51 +0000 |
commit | 81de6a22f1ae1950bb978c1e65cfca690a764fa5 (patch) | |
tree | bf09094d84785eafbf8a3b8de80c6505cf2581fc | |
parent | ca25a54ff3021e018800679963324866d301eedf (diff) |
Added initial support for PowerPC 64 (ppc64) architecture. (Mike A. Harris,IPv6-REVIEW-BASEIPv6-REVIEW
Elliot Lee, SuSE)
-rw-r--r-- | include/X11/Xtos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/X11/Xtos.h b/include/X11/Xtos.h index 005cf0d..013b241 100644 --- a/include/X11/Xtos.h +++ b/include/X11/Xtos.h @@ -68,6 +68,7 @@ SOFTWARE. defined(__s390x__) || \ (defined(__hppa__) && defined(__LP64__)) || \ defined(__amd64__) || defined(amd64) || \ + defined(__powerpc64__) || \ (defined(sgi) && (_MIPS_SZLONG == 64)) #define LONG64 #endif |