gallium: implement tests for PPC/PPC64

This commit is contained in:
Brian Paul
2008-10-21 14:12:17 -06:00
parent 3a2a2d5332
commit 7004582c18

View File

@@ -93,8 +93,11 @@
#endif
#endif
#if 0 /* FIXME */
#if defined(__PPC__)
#define PIPE_ARCH_PPC
#if defined(__PPC64__)
#define PIPE_ARCH_PPC_64
#endif
#endif