[Mesa-dev] Bug#585618: [PATCH 2/6] pipe: Add PIPE_OS_HURD

Julien Cristau jcristau at debian.org
Thu Jun 24 02:51:09 PDT 2010


On Thu, Jun 24, 2010 at 01:08:03 -0700, Corbin Simpson wrote:

> On Wed, Jun 23, 2010 at 6:31 PM, nobled <nobled at dreamwidth.org> wrote:
> > One tiny step toward porting Gallium to the GNU/Hurd kernel
> > (and fixing Debian bug #585618).
> > ---
> >  src/gallium/include/pipe/p_config.h |    5 +++++
> >  1 files changed, 5 insertions(+), 0 deletions(-)
> >
> > diff --git a/src/gallium/include/pipe/p_config.h
> > b/src/gallium/include/pipe/p_config.h
> > index 68025fa..b077933 100644
> > --- 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
> > --
> > 1.5.4.3
> 
> This is only defined on HURD, right? It's not part of the GCC-specific defines?
> 
Correct.

Cheers,
Julien
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20100624/3f5a900c/attachment.pgp>


More information about the mesa-dev mailing list