projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06a75bd
)
pipe: Add PIPE_OS_HURD
author
nobled
<nobled@dreamwidth.org>
Thu, 24 Jun 2010 01:31:28 +0000
(21:31 -0400)
committer
Corbin Simpson
<MostAwesomeDude@gmail.com>
Thu, 24 Jun 2010 13:45:36 +0000
(06:45 -0700)
One tiny step toward porting Gallium to the GNU/Hurd kernel
(and fixing Debian bug #585618).
Signed-off-by: Corbin Simpson <MostAwesomeDude@gmail.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
b81702a
..
c6ea198
100644
(file)
--- a/
src/gallium/include/pipe/p_config.h
+++ b/
src/gallium/include/pipe/p_config.h
@@
-146,6
+146,11
@@
#define PIPE_OS_UNIX
#endif
+#if defined(__GNU__)
+#define PIPE_OS_HURD
+#define PIPE_OS_UNIX
+#endif
+
#if defined(__sun)
#define PIPE_OS_SOLARIS
#define PIPE_OS_UNIX