projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5081d31
)
Fix PPC detection on darwin
author
Jeremy Huddleston
<jeremyhu@apple.com>
Sun, 31 Jul 2011 16:21:56 +0000
(09:21 -0700)
committer
Jeremy Huddleston
<jeremyhu@apple.com>
Sun, 31 Jul 2011 16:24:35 +0000
(09:24 -0700)
Fixes regression introduced by
7004582c1894ede839c44e292b413fe4916d7e9e
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
src/gallium/include/pipe/p_config.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_config.h
b/src/gallium/include/pipe/p_config.h
index eea3d79e64baa5d2ba84c18ad81a56443db1569f..803b806592c1ed08a6e8c05f2000e2359afa124e 100644
(file)
--- a/
src/gallium/include/pipe/p_config.h
+++ b/
src/gallium/include/pipe/p_config.h
@@
-99,9
+99,9
@@
#endif
#endif
-#if defined(__PPC__)
+#if defined(__
ppc__) || defined(__ppc64__) || defined(__
PPC__)
#define PIPE_ARCH_PPC
-#if defined(__PPC64__)
+#if defined(__
ppc64__) || defined(__
PPC64__)
#define PIPE_ARCH_PPC_64
#endif
#endif