gallium: implement tests for PPC/PPC64
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 21 Oct 2008 20:12:17 +0000 (14:12 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 21 Oct 2008 20:12:17 +0000 (14:12 -0600)
src/gallium/include/pipe/p_config.h

index ef05547819deea1d73d954864a20796cd1f79f29..05cbd2fc4df594fd0a103ef8eaa2230d25e09209 100644 (file)
 #endif
 #endif
 
-#if 0 /* FIXME */
+#if defined(__PPC__)
 #define PIPE_ARCH_PPC
+#if defined(__PPC64__)
+#define PIPE_ARCH_PPC_64
+#endif
 #endif