summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike A. Harris <mharris@redhat.com>2004-03-11 09:16:51 +0000
committerMike A. Harris <mharris@redhat.com>2004-03-11 09:16:51 +0000
commit1c7758f4257fc175277d11a5e8c8bbc62d862118 (patch)
tree3b2d823c4eea0e96bc3ca4dc80999ee5c4f47c47
parentf95b15caef41d5fec346330894dedbe9e4b770de (diff)
downloadxorg-proto-x11proto-1c7758f4257fc175277d11a5e8c8bbc62d862118.tar.gz
Added initial support for PowerPC 64 (ppc64) architecture. (Mike A. Harris,IPv6-REVIEW-BASE
Elliot Lee, SuSE)
-rw-r--r--Xmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xmd.h b/Xmd.h
index bba4512..8c70de9 100644
--- a/Xmd.h
+++ b/Xmd.h
@@ -65,6 +65,7 @@ SOFTWARE.
defined(__s390x__) || \
(defined(__hppa__) && defined(__LP64__)) || \
defined(__amd64__) || defined(amd64) || \
+ defined(__powerpc64__) || \
(defined(sgi) && (_MIPS_SZLONG == 64))
#define LONG64 /* 32/64-bit architecture */
#endif