Module: Mesa Branch: gallium-0.2 Commit: 7004582c1894ede839c44e292b413fe4916d7e9e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7004582c1894ede839c44e292b413fe4916d7e9e
Author: Brian Paul <[EMAIL PROTECTED]> Date: Tue Oct 21 14:12:17 2008 -0600 gallium: implement tests for PPC/PPC64 --- src/gallium/include/pipe/p_config.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/gallium/include/pipe/p_config.h b/src/gallium/include/pipe/p_config.h index ef05547..05cbd2f 100644 --- a/src/gallium/include/pipe/p_config.h +++ b/src/gallium/include/pipe/p_config.h @@ -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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
